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