Struct windows_sys::Win32::System::Ioctl::SCM_BUS_DEDICATED_MEMORY_STATE
#[repr(C)]pub struct SCM_BUS_DEDICATED_MEMORY_STATE {
pub ActivateState: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§ActivateState: BOOLEAN
Trait Implementations§
§impl Clone for SCM_BUS_DEDICATED_MEMORY_STATE
impl Clone for SCM_BUS_DEDICATED_MEMORY_STATE
impl Copy for SCM_BUS_DEDICATED_MEMORY_STATE
Auto Trait Implementations§
impl RefUnwindSafe for SCM_BUS_DEDICATED_MEMORY_STATE
impl Send for SCM_BUS_DEDICATED_MEMORY_STATE
impl Sync for SCM_BUS_DEDICATED_MEMORY_STATE
impl Unpin for SCM_BUS_DEDICATED_MEMORY_STATE
impl UnwindSafe for SCM_BUS_DEDICATED_MEMORY_STATE
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