#[repr(C)]pub struct SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO {
pub DeviceGuid: GUID,
pub DeviceNumber: u32,
pub Flags: SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO_0,
pub DeviceSize: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
DeviceGuid: GUID
DeviceNumber: u32
Flags: SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO_0
DeviceSize: u64
Trait Implementations
impl Copy for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
impl Send for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
impl Sync for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
impl Unpin for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
impl UnwindSafe for SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more