#[repr(transparent)]pub struct DbgAuthScratch(pub u32);Expand description
Debug authorization scratch
Tuple Fields§
§0: u32Implementations§
Source§impl DbgAuthScratch
impl DbgAuthScratch
Sourcepub const fn dbg_auth_scratch(&self) -> u32
pub const fn dbg_auth_scratch(&self) -> u32
Debug authorization scratch register for S/W.
Sourcepub const fn set_dbg_auth_scratch(&mut self, val: u32)
pub const fn set_dbg_auth_scratch(&mut self, val: u32)
Debug authorization scratch register for S/W.
Trait Implementations§
Source§impl Clone for DbgAuthScratch
impl Clone for DbgAuthScratch
Source§fn clone(&self) -> DbgAuthScratch
fn clone(&self) -> DbgAuthScratch
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 DbgAuthScratch
impl Debug for DbgAuthScratch
Source§impl Default for DbgAuthScratch
impl Default for DbgAuthScratch
Source§fn default() -> DbgAuthScratch
fn default() -> DbgAuthScratch
Returns the “default value” for a type. Read more
Source§impl PartialEq for DbgAuthScratch
impl PartialEq for DbgAuthScratch
impl Copy for DbgAuthScratch
impl Eq for DbgAuthScratch
impl StructuralPartialEq for DbgAuthScratch
Auto Trait Implementations§
impl Freeze for DbgAuthScratch
impl RefUnwindSafe for DbgAuthScratch
impl Send for DbgAuthScratch
impl Sync for DbgAuthScratch
impl Unpin for DbgAuthScratch
impl UnwindSafe for DbgAuthScratch
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