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