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