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