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