#[repr(C)]pub struct SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO {
pub Version: u32,
pub Size: u32,
pub DeviceCount: u32,
pub Devices: [SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
DeviceCount: u32
Devices: [SCM_BUS_DEDICATED_MEMORY_DEVICE_INFO; 1]
Trait Implementations
impl Copy for SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO
impl Send for SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO
impl Sync for SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO
impl Unpin for SCM_BUS_DEDICATED_MEMORY_DEVICES_INFO
impl UnwindSafe for SCM_BUS_DEDICATED_MEMORY_DEVICES_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