#[repr(C)]pub struct _SCM_LOGICAL_DEVICES {
pub Version: DWORD,
pub Size: DWORD,
pub DeviceCount: DWORD,
pub Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§DeviceCount: DWORD
§Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1]
Trait Implementations§
Source§impl Clone for _SCM_LOGICAL_DEVICES
impl Clone for _SCM_LOGICAL_DEVICES
Source§fn clone(&self) -> _SCM_LOGICAL_DEVICES
fn clone(&self) -> _SCM_LOGICAL_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_LOGICAL_DEVICES
impl Debug for _SCM_LOGICAL_DEVICES
Source§impl Ord for _SCM_LOGICAL_DEVICES
impl Ord for _SCM_LOGICAL_DEVICES
Source§fn cmp(&self, other: &_SCM_LOGICAL_DEVICES) -> Ordering
fn cmp(&self, other: &_SCM_LOGICAL_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
Source§impl PartialEq for _SCM_LOGICAL_DEVICES
impl PartialEq for _SCM_LOGICAL_DEVICES
Source§impl PartialOrd for _SCM_LOGICAL_DEVICES
impl PartialOrd for _SCM_LOGICAL_DEVICES
impl Copy for _SCM_LOGICAL_DEVICES
impl Eq for _SCM_LOGICAL_DEVICES
impl StructuralPartialEq for _SCM_LOGICAL_DEVICES
Auto Trait Implementations§
impl Freeze for _SCM_LOGICAL_DEVICES
impl RefUnwindSafe for _SCM_LOGICAL_DEVICES
impl Send for _SCM_LOGICAL_DEVICES
impl Sync for _SCM_LOGICAL_DEVICES
impl Unpin for _SCM_LOGICAL_DEVICES
impl UnwindSafe for _SCM_LOGICAL_DEVICES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more