#[repr(C)]pub struct SCM_PD_PASSTHROUGH_INVDIMM_INPUT {
pub Opcode: u32,
pub OpcodeParametersLength: u32,
pub OpcodeParameters: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Opcode: u32
OpcodeParametersLength: u32
OpcodeParameters: [u8; 1]
Trait Implementations
impl Clone for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Clone for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Copy for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Send for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Sync for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Unpin for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl UnwindSafe for SCM_PD_PASSTHROUGH_INVDIMM_INPUT
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