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