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