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