Struct SCM_LOGICAL_DEVICES
#[repr(C)]pub struct SCM_LOGICAL_DEVICES {
pub Version: u32,
pub Size: u32,
pub DeviceCount: u32,
pub Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1],
}
Fields§
§Version: u32
§Size: u32
§DeviceCount: u32
§Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1]
Trait Implementations§
§impl Clone for SCM_LOGICAL_DEVICES
impl Clone for SCM_LOGICAL_DEVICES
§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 moreimpl Copy 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