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