Struct windows_sys::Win32::System::Ioctl::SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
#[repr(C)]pub struct SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT {
pub GeneralStatus: u16,
pub ExtendedStatus: u16,
pub OutputDataLength: u32,
pub OutputData: [u8; 1],
}
Fields§
§GeneralStatus: u16
§ExtendedStatus: u16
§OutputDataLength: u32
§OutputData: [u8; 1]
Trait Implementations§
§impl Clone for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Clone for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Copy for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Send for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Sync for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Unpin for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl UnwindSafe for SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
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