#[repr(u8)]pub enum Nrf1mbit {
OVERRIDE = 0,
NOT_OVERRIDE = 1,
}
Variants§
OVERRIDE = 0
Override the default values for NRF_1Mbit mode.
NOT_OVERRIDE = 1
Do not override the default values for NRF_1Mbit mode.
Implementations§
Trait Implementations§
Source§impl Ord for Nrf1mbit
impl Ord for Nrf1mbit
Source§impl PartialOrd for Nrf1mbit
impl PartialOrd for Nrf1mbit
impl Copy for Nrf1mbit
impl Eq for Nrf1mbit
impl StructuralPartialEq for Nrf1mbit
Auto Trait Implementations§
impl Freeze for Nrf1mbit
impl RefUnwindSafe for Nrf1mbit
impl Send for Nrf1mbit
impl Sync for Nrf1mbit
impl Unpin for Nrf1mbit
impl UnwindSafe for Nrf1mbit
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
)