Struct STORAGE_IDENTIFIER_CODE_SET
#[repr(transparent)]pub struct STORAGE_IDENTIFIER_CODE_SET(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for STORAGE_IDENTIFIER_CODE_SET
impl Clone for STORAGE_IDENTIFIER_CODE_SET
§fn clone(&self) -> STORAGE_IDENTIFIER_CODE_SET
fn clone(&self) -> STORAGE_IDENTIFIER_CODE_SET
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 more§impl Debug for STORAGE_IDENTIFIER_CODE_SET
impl Debug for STORAGE_IDENTIFIER_CODE_SET
§impl Default for STORAGE_IDENTIFIER_CODE_SET
impl Default for STORAGE_IDENTIFIER_CODE_SET
§fn default() -> STORAGE_IDENTIFIER_CODE_SET
fn default() -> STORAGE_IDENTIFIER_CODE_SET
Returns the “default value” for a type. Read more
§impl PartialEq for STORAGE_IDENTIFIER_CODE_SET
impl PartialEq for STORAGE_IDENTIFIER_CODE_SET
impl Copy for STORAGE_IDENTIFIER_CODE_SET
impl Eq for STORAGE_IDENTIFIER_CODE_SET
impl StructuralPartialEq for STORAGE_IDENTIFIER_CODE_SET
Auto Trait Implementations§
impl Freeze for STORAGE_IDENTIFIER_CODE_SET
impl RefUnwindSafe for STORAGE_IDENTIFIER_CODE_SET
impl Send for STORAGE_IDENTIFIER_CODE_SET
impl Sync for STORAGE_IDENTIFIER_CODE_SET
impl Unpin for STORAGE_IDENTIFIER_CODE_SET
impl UnwindSafe for STORAGE_IDENTIFIER_CODE_SET
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