Struct windows_sys::Win32::System::Ioctl::SCM_PD_PASSTHROUGH_INVDIMM_INPUT
#[repr(C)]pub struct SCM_PD_PASSTHROUGH_INVDIMM_INPUT {
pub Opcode: u32,
pub OpcodeParametersLength: u32,
pub OpcodeParameters: [u8; 1],
}
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§
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