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