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