#[repr(transparent)]pub struct SgiKeychk(pub u32);Expand description
Key checksum register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SgiKeychk
impl Eq for SgiKeychk
impl StructuralPartialEq for SgiKeychk
Auto Trait Implementations§
impl Freeze for SgiKeychk
impl RefUnwindSafe for SgiKeychk
impl Send for SgiKeychk
impl Sync for SgiKeychk
impl Unpin for SgiKeychk
impl UnwindSafe for SgiKeychk
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