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