Struct stm32_metapac::flash::vals::SecbbrSecbb   
pub struct SecbbrSecbb(/* private fields */);Implementations§
§impl SecbbrSecbb
 
impl SecbbrSecbb
§impl SecbbrSecbb
 
impl SecbbrSecbb
pub const fn from_bits(val: u32) -> SecbbrSecbb
pub const fn to_bits(self) -> u32
Trait Implementations§
§impl Clone for SecbbrSecbb
 
impl Clone for SecbbrSecbb
§fn clone(&self) -> SecbbrSecbb
 
fn clone(&self) -> SecbbrSecbb
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 Debug for SecbbrSecbb
 
impl Debug for SecbbrSecbb
§impl From<SecbbrSecbb> for u32
 
impl From<SecbbrSecbb> for u32
§fn from(val: SecbbrSecbb) -> u32
 
fn from(val: SecbbrSecbb) -> u32
Converts to this type from the input type.
§impl From<u32> for SecbbrSecbb
 
impl From<u32> for SecbbrSecbb
§fn from(val: u32) -> SecbbrSecbb
 
fn from(val: u32) -> SecbbrSecbb
Converts to this type from the input type.
§impl Ord for SecbbrSecbb
 
impl Ord for SecbbrSecbb
§impl PartialEq for SecbbrSecbb
 
impl PartialEq for SecbbrSecbb
§impl PartialOrd for SecbbrSecbb
 
impl PartialOrd for SecbbrSecbb
impl Copy for SecbbrSecbb
impl Eq for SecbbrSecbb
impl StructuralPartialEq for SecbbrSecbb
Auto Trait Implementations§
impl Freeze for SecbbrSecbb
impl RefUnwindSafe for SecbbrSecbb
impl Send for SecbbrSecbb
impl Sync for SecbbrSecbb
impl Unpin for SecbbrSecbb
impl UnwindSafe for SecbbrSecbb
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)