Enum nrf52840_pac::ccm::rateoverride::RATEOVERRIDE_A
source · #[repr(u8)]pub enum RATEOVERRIDE_A {
_1MBIT = 0,
_2MBIT = 1,
_125KBPS = 2,
_500KBPS = 3,
}
Expand description
Data rate override setting.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for RATEOVERRIDE_A
impl Clone for RATEOVERRIDE_A
source§fn clone(&self) -> RATEOVERRIDE_A
fn clone(&self) -> RATEOVERRIDE_A
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 moresource§impl Debug for RATEOVERRIDE_A
impl Debug for RATEOVERRIDE_A
source§impl From<RATEOVERRIDE_A> for u8
impl From<RATEOVERRIDE_A> for u8
source§fn from(variant: RATEOVERRIDE_A) -> Self
fn from(variant: RATEOVERRIDE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RATEOVERRIDE_A
impl PartialEq for RATEOVERRIDE_A
impl Copy for RATEOVERRIDE_A
impl StructuralPartialEq for RATEOVERRIDE_A
Auto Trait Implementations§
impl Freeze for RATEOVERRIDE_A
impl RefUnwindSafe for RATEOVERRIDE_A
impl Send for RATEOVERRIDE_A
impl Sync for RATEOVERRIDE_A
impl Unpin for RATEOVERRIDE_A
impl UnwindSafe for RATEOVERRIDE_A
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
)