#[repr(u8)]pub enum Cc1SrcStat {
VOpen = 0,
VRd = 1,
VRa = 2,
Other(u8),
}Variants§
Trait Implementations§
Source§impl Clone for Cc1SrcStat
impl Clone for Cc1SrcStat
Source§fn clone(&self) -> Cc1SrcStat
fn clone(&self) -> Cc1SrcStat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cc1SrcStat
impl Debug for Cc1SrcStat
Source§impl From<Cc1SrcStat> for u8
impl From<Cc1SrcStat> for u8
Source§fn from(val: Cc1SrcStat) -> Self
fn from(val: Cc1SrcStat) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Cc1SrcStat
impl From<u8> for Cc1SrcStat
Source§impl Hash for Cc1SrcStat
impl Hash for Cc1SrcStat
Source§impl PartialEq for Cc1SrcStat
impl PartialEq for Cc1SrcStat
impl Copy for Cc1SrcStat
impl Eq for Cc1SrcStat
impl StructuralPartialEq for Cc1SrcStat
Auto Trait Implementations§
impl Freeze for Cc1SrcStat
impl RefUnwindSafe for Cc1SrcStat
impl Send for Cc1SrcStat
impl Sync for Cc1SrcStat
impl Unpin for Cc1SrcStat
impl UnsafeUnpin for Cc1SrcStat
impl UnwindSafe for Cc1SrcStat
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