#[repr(C)]pub enum RnsEmbeddedNodeMode {
BleOnly = 0,
TcpClient = 1,
TcpServer = 2,
}Variants§
Trait Implementations§
Source§impl Clone for RnsEmbeddedNodeMode
impl Clone for RnsEmbeddedNodeMode
Source§fn clone(&self) -> RnsEmbeddedNodeMode
fn clone(&self) -> RnsEmbeddedNodeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RnsEmbeddedNodeMode
Source§impl Debug for RnsEmbeddedNodeMode
impl Debug for RnsEmbeddedNodeMode
impl Eq for RnsEmbeddedNodeMode
Source§impl PartialEq for RnsEmbeddedNodeMode
impl PartialEq for RnsEmbeddedNodeMode
Source§fn eq(&self, other: &RnsEmbeddedNodeMode) -> bool
fn eq(&self, other: &RnsEmbeddedNodeMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RnsEmbeddedNodeMode
Auto Trait Implementations§
impl Freeze for RnsEmbeddedNodeMode
impl RefUnwindSafe for RnsEmbeddedNodeMode
impl Send for RnsEmbeddedNodeMode
impl Sync for RnsEmbeddedNodeMode
impl Unpin for RnsEmbeddedNodeMode
impl UnsafeUnpin for RnsEmbeddedNodeMode
impl UnwindSafe for RnsEmbeddedNodeMode
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