#[repr(u8)]pub enum val_inactive_active_unlocking_ejecting {
inactive = 0,
active = 1,
unlocking = 2,
ejecting = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for val_inactive_active_unlocking_ejecting
impl Clone for val_inactive_active_unlocking_ejecting
Source§fn clone(&self) -> val_inactive_active_unlocking_ejecting
fn clone(&self) -> val_inactive_active_unlocking_ejecting
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for val_inactive_active_unlocking_ejecting
impl PartialEq for val_inactive_active_unlocking_ejecting
Source§fn eq(&self, other: &val_inactive_active_unlocking_ejecting) -> bool
fn eq(&self, other: &val_inactive_active_unlocking_ejecting) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for val_inactive_active_unlocking_ejecting
impl Eq for val_inactive_active_unlocking_ejecting
impl StructuralPartialEq for val_inactive_active_unlocking_ejecting
Auto Trait Implementations§
impl Freeze for val_inactive_active_unlocking_ejecting
impl RefUnwindSafe for val_inactive_active_unlocking_ejecting
impl Send for val_inactive_active_unlocking_ejecting
impl Sync for val_inactive_active_unlocking_ejecting
impl Unpin for val_inactive_active_unlocking_ejecting
impl UnwindSafe for val_inactive_active_unlocking_ejecting
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)