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