#[repr(transparent)]pub struct Keymask(pub u32);Expand description
Only reset in case of full IC reset
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Keymask
impl Eq for Keymask
impl StructuralPartialEq for Keymask
Auto Trait Implementations§
impl Freeze for Keymask
impl RefUnwindSafe for Keymask
impl Send for Keymask
impl Sync for Keymask
impl Unpin for Keymask
impl UnwindSafe for Keymask
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