Struct Optkeyr
#[repr(transparent)]pub struct Optkeyr(pub u32);
Expand description
Option byte key register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Optkeyr
impl Eq for Optkeyr
impl StructuralPartialEq for Optkeyr
Auto Trait Implementations§
impl Freeze for Optkeyr
impl RefUnwindSafe for Optkeyr
impl Send for Optkeyr
impl Sync for Optkeyr
impl Unpin for Optkeyr
impl UnwindSafe for Optkeyr
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