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