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