#[repr(transparent)]pub struct ReadCtrl(pub u32);Expand description
OTP Controller Write Data Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for ReadCtrl
impl Eq for ReadCtrl
impl StructuralPartialEq for ReadCtrl
Auto Trait Implementations§
impl Freeze for ReadCtrl
impl RefUnwindSafe for ReadCtrl
impl Send for ReadCtrl
impl Sync for ReadCtrl
impl Unpin for ReadCtrl
impl UnwindSafe for ReadCtrl
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