#[repr(transparent)]pub struct Keyoutindex(pub u32);Expand description
PUF Key Output Index register
Tuple Fields§
§0: u32Implementations§
Source§impl Keyoutindex
impl Keyoutindex
Trait Implementations§
Source§impl Clone for Keyoutindex
impl Clone for Keyoutindex
Source§fn clone(&self) -> Keyoutindex
fn clone(&self) -> Keyoutindex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Keyoutindex
impl Debug for Keyoutindex
Source§impl Default for Keyoutindex
impl Default for Keyoutindex
Source§fn default() -> Keyoutindex
fn default() -> Keyoutindex
Returns the “default value” for a type. Read more
Source§impl PartialEq for Keyoutindex
impl PartialEq for Keyoutindex
impl Copy for Keyoutindex
impl Eq for Keyoutindex
impl StructuralPartialEq for Keyoutindex
Auto Trait Implementations§
impl Freeze for Keyoutindex
impl RefUnwindSafe for Keyoutindex
impl Send for Keyoutindex
impl Sync for Keyoutindex
impl Unpin for Keyoutindex
impl UnwindSafe for Keyoutindex
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