#[repr(transparent)]pub struct DbgFeaturesDp(pub u32);Expand description
Debug features duplicate
Tuple Fields§
§0: u32Implementations§
Source§impl DbgFeaturesDp
impl DbgFeaturesDp
Sourcepub const fn dbgen(&self) -> DbgFeaturesDpDbgen
pub const fn dbgen(&self) -> DbgFeaturesDpDbgen
CM33 Debug Enable Control
Sourcepub const fn set_dbgen(&mut self, val: DbgFeaturesDpDbgen)
pub const fn set_dbgen(&mut self, val: DbgFeaturesDpDbgen)
CM33 Debug Enable Control
Sourcepub const fn niden(&self) -> DbgFeaturesDpNiden
pub const fn niden(&self) -> DbgFeaturesDpNiden
CM33 NID Enable Control
Sourcepub const fn set_niden(&mut self, val: DbgFeaturesDpNiden)
pub const fn set_niden(&mut self, val: DbgFeaturesDpNiden)
CM33 NID Enable Control
Sourcepub const fn spiden(&self) -> DbgFeaturesDpSpiden
pub const fn spiden(&self) -> DbgFeaturesDpSpiden
CM33 SPID Enable Control
Sourcepub const fn set_spiden(&mut self, val: DbgFeaturesDpSpiden)
pub const fn set_spiden(&mut self, val: DbgFeaturesDpSpiden)
CM33 SPID Enable Control
Sourcepub const fn spniden(&self) -> DbgFeaturesDpSpniden
pub const fn spniden(&self) -> DbgFeaturesDpSpniden
CM33 SPNIDEN Enable Control
Sourcepub const fn set_spniden(&mut self, val: DbgFeaturesDpSpniden)
pub const fn set_spniden(&mut self, val: DbgFeaturesDpSpniden)
CM33 SPNIDEN Enable Control
Trait Implementations§
Source§impl Clone for DbgFeaturesDp
impl Clone for DbgFeaturesDp
Source§fn clone(&self) -> DbgFeaturesDp
fn clone(&self) -> DbgFeaturesDp
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 DbgFeaturesDp
impl Debug for DbgFeaturesDp
Source§impl Default for DbgFeaturesDp
impl Default for DbgFeaturesDp
Source§fn default() -> DbgFeaturesDp
fn default() -> DbgFeaturesDp
Returns the “default value” for a type. Read more
Source§impl PartialEq for DbgFeaturesDp
impl PartialEq for DbgFeaturesDp
impl Copy for DbgFeaturesDp
impl Eq for DbgFeaturesDp
impl StructuralPartialEq for DbgFeaturesDp
Auto Trait Implementations§
impl Freeze for DbgFeaturesDp
impl RefUnwindSafe for DbgFeaturesDp
impl Send for DbgFeaturesDp
impl Sync for DbgFeaturesDp
impl Unpin for DbgFeaturesDp
impl UnwindSafe for DbgFeaturesDp
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