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