Struct stm32_metapac::rng::vals::RngConfig1
#[repr(transparent)]pub struct RngConfig1(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl RngConfig1
impl RngConfig1
§impl RngConfig1
impl RngConfig1
pub const fn from_bits(val: u8) -> RngConfig1
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for RngConfig1
impl Clone for RngConfig1
§fn clone(&self) -> RngConfig1
fn clone(&self) -> RngConfig1
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<RngConfig1> for u8
impl From<RngConfig1> for u8
§fn from(val: RngConfig1) -> u8
fn from(val: RngConfig1) -> u8
Converts to this type from the input type.
§impl From<u8> for RngConfig1
impl From<u8> for RngConfig1
§fn from(val: u8) -> RngConfig1
fn from(val: u8) -> RngConfig1
Converts to this type from the input type.
§impl Ord for RngConfig1
impl Ord for RngConfig1
§impl PartialEq for RngConfig1
impl PartialEq for RngConfig1
§impl PartialOrd for RngConfig1
impl PartialOrd for RngConfig1
impl Copy for RngConfig1
impl Eq for RngConfig1
impl StructuralPartialEq for RngConfig1
Auto Trait Implementations§
impl Freeze for RngConfig1
impl RefUnwindSafe for RngConfig1
impl Send for RngConfig1
impl Sync for RngConfig1
impl Unpin for RngConfig1
impl UnwindSafe for RngConfig1
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
)