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