Struct stm32_metapac::dbgmcu::regs::DbgAuthDevice
#[repr(transparent)]pub struct DbgAuthDevice(pub u32);
Expand description
DBGMCU debug authentication mailbox device register.
Tuple Fields§
§0: u32
Implementations§
§impl DbgAuthDevice
impl DbgAuthDevice
pub const fn message(&self) -> u32
pub const fn message(&self) -> u32
Device to debug host mailbox message. During debug authentication the device communicates with the debug host via this register.
pub fn set_message(&mut self, val: u32)
pub fn set_message(&mut self, val: u32)
Device to debug host mailbox message. During debug authentication the device communicates with the debug host via this register.
Trait Implementations§
§impl Clone for DbgAuthDevice
impl Clone for DbgAuthDevice
§fn clone(&self) -> DbgAuthDevice
fn clone(&self) -> DbgAuthDevice
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 DbgAuthDevice
impl Default for DbgAuthDevice
§fn default() -> DbgAuthDevice
fn default() -> DbgAuthDevice
Returns the “default value” for a type. Read more
§impl PartialEq for DbgAuthDevice
impl PartialEq for DbgAuthDevice
impl Copy for DbgAuthDevice
impl Eq for DbgAuthDevice
impl StructuralPartialEq for DbgAuthDevice
Auto Trait Implementations§
impl Freeze for DbgAuthDevice
impl RefUnwindSafe for DbgAuthDevice
impl Send for DbgAuthDevice
impl Sync for DbgAuthDevice
impl Unpin for DbgAuthDevice
impl UnwindSafe for DbgAuthDevice
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
)