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