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