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