#[repr(u8)]pub enum Overstress {
OverstressDis = 0,
OverstressEn = 1,
}Variants§
Implementations§
Source§impl Overstress
impl Overstress
Trait Implementations§
Source§impl Clone for Overstress
impl Clone for Overstress
Source§fn clone(&self) -> Overstress
fn clone(&self) -> Overstress
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 Overstress
impl Debug for Overstress
Source§impl From<Overstress> for u8
impl From<Overstress> for u8
Source§fn from(val: Overstress) -> u8
fn from(val: Overstress) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Overstress
impl From<u8> for Overstress
Source§fn from(val: u8) -> Overstress
fn from(val: u8) -> Overstress
Converts to this type from the input type.
Source§impl Ord for Overstress
impl Ord for Overstress
Source§fn cmp(&self, other: &Overstress) -> Ordering
fn cmp(&self, other: &Overstress) -> 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 Overstress
impl PartialEq for Overstress
Source§impl PartialOrd for Overstress
impl PartialOrd for Overstress
impl Copy for Overstress
impl Eq for Overstress
impl StructuralPartialEq for Overstress
Auto Trait Implementations§
impl Freeze for Overstress
impl RefUnwindSafe for Overstress
impl Send for Overstress
impl Sync for Overstress
impl Unpin for Overstress
impl UnwindSafe for Overstress
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