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