Struct stm32_metapac::flash::vals::NsbootrNsbootLock
#[repr(transparent)]pub struct NsbootrNsbootLock(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl NsbootrNsbootLock
impl NsbootrNsbootLock
§impl NsbootrNsbootLock
impl NsbootrNsbootLock
pub const fn from_bits(val: u8) -> NsbootrNsbootLock
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for NsbootrNsbootLock
impl Clone for NsbootrNsbootLock
§fn clone(&self) -> NsbootrNsbootLock
fn clone(&self) -> NsbootrNsbootLock
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 From<NsbootrNsbootLock> for u8
impl From<NsbootrNsbootLock> for u8
§fn from(val: NsbootrNsbootLock) -> u8
fn from(val: NsbootrNsbootLock) -> u8
Converts to this type from the input type.
§impl From<u8> for NsbootrNsbootLock
impl From<u8> for NsbootrNsbootLock
§fn from(val: u8) -> NsbootrNsbootLock
fn from(val: u8) -> NsbootrNsbootLock
Converts to this type from the input type.
§impl Ord for NsbootrNsbootLock
impl Ord for NsbootrNsbootLock
§fn cmp(&self, other: &NsbootrNsbootLock) -> Ordering
fn cmp(&self, other: &NsbootrNsbootLock) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for NsbootrNsbootLock
impl PartialEq for NsbootrNsbootLock
§impl PartialOrd for NsbootrNsbootLock
impl PartialOrd for NsbootrNsbootLock
impl Copy for NsbootrNsbootLock
impl Eq for NsbootrNsbootLock
impl StructuralPartialEq for NsbootrNsbootLock
Auto Trait Implementations§
impl Freeze for NsbootrNsbootLock
impl RefUnwindSafe for NsbootrNsbootLock
impl Send for NsbootrNsbootLock
impl Sync for NsbootrNsbootLock
impl Unpin for NsbootrNsbootLock
impl UnwindSafe for NsbootrNsbootLock
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
)