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