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