#[repr(C)]pub struct _STORAGE_IDENTIFIER {
pub CodeSet: STORAGE_IDENTIFIER_CODE_SET,
pub Type: STORAGE_IDENTIFIER_TYPE,
pub IdentifierSize: WORD,
pub NextOffset: WORD,
pub Association: STORAGE_ASSOCIATION_TYPE,
pub Identifier: [BYTE; 1],
}
Fields§
§CodeSet: STORAGE_IDENTIFIER_CODE_SET
§Type: STORAGE_IDENTIFIER_TYPE
§IdentifierSize: WORD
§NextOffset: WORD
§Association: STORAGE_ASSOCIATION_TYPE
§Identifier: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _STORAGE_IDENTIFIER
impl Clone for _STORAGE_IDENTIFIER
Source§fn clone(&self) -> _STORAGE_IDENTIFIER
fn clone(&self) -> _STORAGE_IDENTIFIER
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 _STORAGE_IDENTIFIER
impl Debug for _STORAGE_IDENTIFIER
Source§impl Ord for _STORAGE_IDENTIFIER
impl Ord for _STORAGE_IDENTIFIER
Source§fn cmp(&self, other: &_STORAGE_IDENTIFIER) -> Ordering
fn cmp(&self, other: &_STORAGE_IDENTIFIER) -> 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 _STORAGE_IDENTIFIER
impl PartialEq for _STORAGE_IDENTIFIER
Source§impl PartialOrd for _STORAGE_IDENTIFIER
impl PartialOrd for _STORAGE_IDENTIFIER
impl Copy for _STORAGE_IDENTIFIER
impl Eq for _STORAGE_IDENTIFIER
impl StructuralPartialEq for _STORAGE_IDENTIFIER
Auto Trait Implementations§
impl Freeze for _STORAGE_IDENTIFIER
impl RefUnwindSafe for _STORAGE_IDENTIFIER
impl Send for _STORAGE_IDENTIFIER
impl Sync for _STORAGE_IDENTIFIER
impl Unpin for _STORAGE_IDENTIFIER
impl UnwindSafe for _STORAGE_IDENTIFIER
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