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