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