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