#[repr(C)]pub struct _SCM_PD_FRU_ID_STRING {
pub Version: DWORD,
pub Size: DWORD,
pub IdentifierSize: DWORD,
pub Identifier: [BYTE; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§IdentifierSize: DWORD
§Identifier: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _SCM_PD_FRU_ID_STRING
impl Clone for _SCM_PD_FRU_ID_STRING
Source§fn clone(&self) -> _SCM_PD_FRU_ID_STRING
fn clone(&self) -> _SCM_PD_FRU_ID_STRING
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 Debug for _SCM_PD_FRU_ID_STRING
impl Debug for _SCM_PD_FRU_ID_STRING
Source§impl Ord for _SCM_PD_FRU_ID_STRING
impl Ord for _SCM_PD_FRU_ID_STRING
Source§fn cmp(&self, other: &_SCM_PD_FRU_ID_STRING) -> Ordering
fn cmp(&self, other: &_SCM_PD_FRU_ID_STRING) -> 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_FRU_ID_STRING
impl PartialEq for _SCM_PD_FRU_ID_STRING
Source§impl PartialOrd for _SCM_PD_FRU_ID_STRING
impl PartialOrd for _SCM_PD_FRU_ID_STRING
impl Copy for _SCM_PD_FRU_ID_STRING
impl Eq for _SCM_PD_FRU_ID_STRING
impl StructuralPartialEq for _SCM_PD_FRU_ID_STRING
Auto Trait Implementations§
impl Freeze for _SCM_PD_FRU_ID_STRING
impl RefUnwindSafe for _SCM_PD_FRU_ID_STRING
impl Send for _SCM_PD_FRU_ID_STRING
impl Sync for _SCM_PD_FRU_ID_STRING
impl Unpin for _SCM_PD_FRU_ID_STRING
impl UnwindSafe for _SCM_PD_FRU_ID_STRING
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