#[repr(transparent)]pub struct DebugAuthBeacon(pub u32);Expand description
Debug Authentication BEACON
Tuple Fields§
§0: u32Implementations§
Source§impl DebugAuthBeacon
impl DebugAuthBeacon
Sourcepub const fn beacon(&self) -> u32
pub const fn beacon(&self) -> u32
Sets by the debug authentication code in ROM to pass the debug beacons (Credential Beacon and Authentication Beacon) to the application code.
Sourcepub const fn set_beacon(&mut self, val: u32)
pub const fn set_beacon(&mut self, val: u32)
Sets by the debug authentication code in ROM to pass the debug beacons (Credential Beacon and Authentication Beacon) to the application code.
Trait Implementations§
Source§impl Clone for DebugAuthBeacon
impl Clone for DebugAuthBeacon
Source§fn clone(&self) -> DebugAuthBeacon
fn clone(&self) -> DebugAuthBeacon
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 DebugAuthBeacon
impl Debug for DebugAuthBeacon
Source§impl Default for DebugAuthBeacon
impl Default for DebugAuthBeacon
Source§fn default() -> DebugAuthBeacon
fn default() -> DebugAuthBeacon
Returns the “default value” for a type. Read more
Source§impl PartialEq for DebugAuthBeacon
impl PartialEq for DebugAuthBeacon
impl Copy for DebugAuthBeacon
impl Eq for DebugAuthBeacon
impl StructuralPartialEq for DebugAuthBeacon
Auto Trait Implementations§
impl Freeze for DebugAuthBeacon
impl RefUnwindSafe for DebugAuthBeacon
impl Send for DebugAuthBeacon
impl Sync for DebugAuthBeacon
impl Unpin for DebugAuthBeacon
impl UnwindSafe for DebugAuthBeacon
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