#[repr(u8)]pub enum OverCurDis {
OVER_CUR_DIS_0 = 0,
OVER_CUR_DIS_1 = 1,
}Variants§
Implementations§
Source§impl OverCurDis
impl OverCurDis
Trait Implementations§
Source§impl Clone for OverCurDis
impl Clone for OverCurDis
Source§fn clone(&self) -> OverCurDis
fn clone(&self) -> OverCurDis
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 OverCurDis
impl Debug for OverCurDis
Source§impl From<OverCurDis> for u8
impl From<OverCurDis> for u8
Source§fn from(val: OverCurDis) -> u8
fn from(val: OverCurDis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for OverCurDis
impl From<u8> for OverCurDis
Source§fn from(val: u8) -> OverCurDis
fn from(val: u8) -> OverCurDis
Converts to this type from the input type.
Source§impl Ord for OverCurDis
impl Ord for OverCurDis
Source§fn cmp(&self, other: &OverCurDis) -> Ordering
fn cmp(&self, other: &OverCurDis) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OverCurDis
impl PartialEq for OverCurDis
Source§impl PartialOrd for OverCurDis
impl PartialOrd for OverCurDis
impl Copy for OverCurDis
impl Eq for OverCurDis
impl StructuralPartialEq for OverCurDis
Auto Trait Implementations§
impl Freeze for OverCurDis
impl RefUnwindSafe for OverCurDis
impl Send for OverCurDis
impl Sync for OverCurDis
impl Unpin for OverCurDis
impl UnwindSafe for OverCurDis
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