pub type SCM_PHYSICAL_DEVICES = _SCM_PHYSICAL_DEVICES;
Aliased Type§
struct SCM_PHYSICAL_DEVICES {
pub Version: u32,
pub Size: u32,
pub DeviceCount: u32,
pub Devices: [_SCM_PHYSICAL_DEVICE_INSTANCE; 1],
}
Fields§
§Version: u32
§Size: u32
§DeviceCount: u32
§Devices: [_SCM_PHYSICAL_DEVICE_INSTANCE; 1]
Trait Implementations
Source§impl Clone for _SCM_PHYSICAL_DEVICES
impl Clone for _SCM_PHYSICAL_DEVICES
Source§fn clone(&self) -> _SCM_PHYSICAL_DEVICES
fn clone(&self) -> _SCM_PHYSICAL_DEVICES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _SCM_PHYSICAL_DEVICES
impl Debug for _SCM_PHYSICAL_DEVICES
Source§impl Ord for _SCM_PHYSICAL_DEVICES
impl Ord for _SCM_PHYSICAL_DEVICES
Source§fn cmp(&self, other: &_SCM_PHYSICAL_DEVICES) -> Ordering
fn cmp(&self, other: &_SCM_PHYSICAL_DEVICES) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more