#[repr(C)]pub enum RnsEmbeddedV1EventKind {
StatusChanged = 0,
Log = 1,
Error = 2,
PacketReceived = 3,
PacketSent = 4,
Extension = 5,
}Variants§
Trait Implementations§
Source§impl Clone for RnsEmbeddedV1EventKind
impl Clone for RnsEmbeddedV1EventKind
Source§fn clone(&self) -> RnsEmbeddedV1EventKind
fn clone(&self) -> RnsEmbeddedV1EventKind
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 RnsEmbeddedV1EventKind
Source§impl Debug for RnsEmbeddedV1EventKind
impl Debug for RnsEmbeddedV1EventKind
impl Eq for RnsEmbeddedV1EventKind
Source§impl PartialEq for RnsEmbeddedV1EventKind
impl PartialEq for RnsEmbeddedV1EventKind
Source§fn eq(&self, other: &RnsEmbeddedV1EventKind) -> bool
fn eq(&self, other: &RnsEmbeddedV1EventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RnsEmbeddedV1EventKind
Auto Trait Implementations§
impl Freeze for RnsEmbeddedV1EventKind
impl RefUnwindSafe for RnsEmbeddedV1EventKind
impl Send for RnsEmbeddedV1EventKind
impl Sync for RnsEmbeddedV1EventKind
impl Unpin for RnsEmbeddedV1EventKind
impl UnsafeUnpin for RnsEmbeddedV1EventKind
impl UnwindSafe for RnsEmbeddedV1EventKind
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