#[repr(C)]pub struct _SCM_PD_PASSTHROUGH_INVDIMM_INPUT {
pub Opcode: DWORD,
pub OpcodeParametersLength: DWORD,
pub OpcodeParameters: [BYTE; 1],
}
Fields§
§Opcode: DWORD
§OpcodeParametersLength: DWORD
§OpcodeParameters: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Clone for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Source§fn clone(&self) -> _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
fn clone(&self) -> _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Returns a copy 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 moreSource§impl Ord for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Ord for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Source§fn cmp(&self, other: &_SCM_PD_PASSTHROUGH_INVDIMM_INPUT) -> Ordering
fn cmp(&self, other: &_SCM_PD_PASSTHROUGH_INVDIMM_INPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl PartialEq for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Source§fn eq(&self, other: &_SCM_PD_PASSTHROUGH_INVDIMM_INPUT) -> bool
fn eq(&self, other: &_SCM_PD_PASSTHROUGH_INVDIMM_INPUT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl PartialOrd for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Copy for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl Eq for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
impl StructuralPartialEq for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
Auto Trait Implementations§
impl Freeze for _SCM_PD_PASSTHROUGH_INVDIMM_INPUT
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