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