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