Struct windows_sys::Win32::System::Ioctl::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
impl Copy for SCM_LOGICAL_DEVICES
Auto Trait Implementations§
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