Enum bp35c0_j11::OperationMode
source · pub enum OperationMode {
HanPanCoordinator,
HanCoordinator,
HanEndDevice,
Dual,
Unknown(u8),
}
Variants§
Trait Implementations§
source§impl Clone for OperationMode
impl Clone for OperationMode
source§fn clone(&self) -> OperationMode
fn clone(&self) -> OperationMode
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 OperationMode
impl Debug for OperationMode
source§impl From<OperationMode> for u8
impl From<OperationMode> for u8
source§fn from(v: OperationMode) -> Self
fn from(v: OperationMode) -> Self
Converts to this type from the input type.
source§impl From<u8> for OperationMode
impl From<u8> for OperationMode
source§impl PartialEq for OperationMode
impl PartialEq for OperationMode
impl Copy for OperationMode
impl Eq for OperationMode
impl StructuralPartialEq for OperationMode
Auto Trait Implementations§
impl Freeze for OperationMode
impl RefUnwindSafe for OperationMode
impl Send for OperationMode
impl Sync for OperationMode
impl Unpin for OperationMode
impl UnwindSafe for OperationMode
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
)