#[repr(transparent)]pub struct Codeoutput(pub u32);Expand description
PUF Code Output
Tuple Fields§
§0: u32Implementations§
Source§impl Codeoutput
impl Codeoutput
Trait Implementations§
Source§impl Clone for Codeoutput
impl Clone for Codeoutput
Source§fn clone(&self) -> Codeoutput
fn clone(&self) -> Codeoutput
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 Codeoutput
impl Debug for Codeoutput
Source§impl Default for Codeoutput
impl Default for Codeoutput
Source§fn default() -> Codeoutput
fn default() -> Codeoutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Codeoutput
impl PartialEq for Codeoutput
impl Copy for Codeoutput
impl Eq for Codeoutput
impl StructuralPartialEq for Codeoutput
Auto Trait Implementations§
impl Freeze for Codeoutput
impl RefUnwindSafe for Codeoutput
impl Send for Codeoutput
impl Sync for Codeoutput
impl Unpin for Codeoutput
impl UnwindSafe for Codeoutput
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