#[repr(transparent)]pub struct CoreldoCfg(pub u32);Expand description
LDO_CORE Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl CoreldoCfg
impl CoreldoCfg
Sourcepub const fn coreldo_spare0(&self) -> bool
pub const fn coreldo_spare0(&self) -> bool
CORELDO SPARE0
Sourcepub const fn set_coreldo_spare0(&mut self, val: bool)
pub const fn set_coreldo_spare0(&mut self, val: bool)
CORELDO SPARE0
Trait Implementations§
Source§impl Clone for CoreldoCfg
impl Clone for CoreldoCfg
Source§fn clone(&self) -> CoreldoCfg
fn clone(&self) -> CoreldoCfg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CoreldoCfg
impl Debug for CoreldoCfg
Source§impl Default for CoreldoCfg
impl Default for CoreldoCfg
Source§fn default() -> CoreldoCfg
fn default() -> CoreldoCfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for CoreldoCfg
impl PartialEq for CoreldoCfg
impl Copy for CoreldoCfg
impl Eq for CoreldoCfg
impl StructuralPartialEq for CoreldoCfg
Auto Trait Implementations§
impl Freeze for CoreldoCfg
impl RefUnwindSafe for CoreldoCfg
impl Send for CoreldoCfg
impl Sync for CoreldoCfg
impl Unpin for CoreldoCfg
impl UnwindSafe for CoreldoCfg
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