#[repr(transparent)]pub struct KeyBlock(pub u32);Expand description
block quiddikey/PUF all index.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for KeyBlock
impl Eq for KeyBlock
impl StructuralPartialEq for KeyBlock
Auto Trait Implementations§
impl Freeze for KeyBlock
impl RefUnwindSafe for KeyBlock
impl Send for KeyBlock
impl Sync for KeyBlock
impl Unpin for KeyBlock
impl UnwindSafe for KeyBlock
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