#[repr(C)]pub struct _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT {
pub GeneralStatus: WORD,
pub ExtendedStatus: WORD,
pub OutputDataLength: DWORD,
pub OutputData: [BYTE; 1],
}Fields§
§GeneralStatus: WORD§ExtendedStatus: WORD§OutputDataLength: DWORD§OutputData: [BYTE; 1]Trait Implementations§
Source§impl Clone for _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
impl Clone for _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
Source§fn clone(&self) -> _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
fn clone(&self) -> _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
Auto Trait Implementations§
impl Freeze for _SCM_PD_PASSTHROUGH_INVDIMM_OUTPUT
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