Struct stm32_metapac::flash::vals::DbgAuth
#[repr(transparent)]pub struct DbgAuth(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for DbgAuth
impl Ord for DbgAuth
§impl PartialOrd for DbgAuth
impl PartialOrd for DbgAuth
impl Copy for DbgAuth
impl Eq for DbgAuth
impl StructuralPartialEq for DbgAuth
Auto Trait Implementations§
impl Freeze for DbgAuth
impl RefUnwindSafe for DbgAuth
impl Send for DbgAuth
impl Sync for DbgAuth
impl Unpin for DbgAuth
impl UnwindSafe for DbgAuth
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
)