Struct stm32_metapac::dbgmcu::regs::DbgmcuDbgAuthDevice
#[repr(transparent)]pub struct DbgmcuDbgAuthDevice(pub u32);
Expand description
DBGMCU debug device authentication register
Tuple Fields§
§0: u32
Implementations§
§impl DbgmcuDbgAuthDevice
impl DbgmcuDbgAuthDevice
pub fn set_auth_id(&mut self, val: u32)
pub fn set_auth_id(&mut self, val: u32)
Device specific ID Device specific ID used for RDP regression.
Trait Implementations§
§impl Clone for DbgmcuDbgAuthDevice
impl Clone for DbgmcuDbgAuthDevice
§fn clone(&self) -> DbgmcuDbgAuthDevice
fn clone(&self) -> DbgmcuDbgAuthDevice
Returns a copy 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 more§impl Default for DbgmcuDbgAuthDevice
impl Default for DbgmcuDbgAuthDevice
§fn default() -> DbgmcuDbgAuthDevice
fn default() -> DbgmcuDbgAuthDevice
Returns the “default value” for a type. Read more
§impl PartialEq for DbgmcuDbgAuthDevice
impl PartialEq for DbgmcuDbgAuthDevice
impl Copy for DbgmcuDbgAuthDevice
impl Eq for DbgmcuDbgAuthDevice
impl StructuralPartialEq for DbgmcuDbgAuthDevice
Auto Trait Implementations§
impl Freeze for DbgmcuDbgAuthDevice
impl RefUnwindSafe for DbgmcuDbgAuthDevice
impl Send for DbgmcuDbgAuthDevice
impl Sync for DbgmcuDbgAuthDevice
impl Unpin for DbgmcuDbgAuthDevice
impl UnwindSafe for DbgmcuDbgAuthDevice
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)