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