pub enum Ownerrisodis {
DisOwnErrorDetectIso = 0,
EnOwnErrorDetectIso = 1,
}Expand description
OWN Error Detect for ISO IN and ISO OUT Disable
Value on reset: 0
Variants§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Ownerrisodis
Source§impl Debug for Ownerrisodis
impl Debug for Ownerrisodis
impl Eq for Ownerrisodis
Source§impl From<Ownerrisodis> for bool
impl From<Ownerrisodis> for bool
Source§fn from(variant: Ownerrisodis) -> Self
fn from(variant: Ownerrisodis) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ownerrisodis
impl PartialEq for Ownerrisodis
Source§fn eq(&self, other: &Ownerrisodis) -> bool
fn eq(&self, other: &Ownerrisodis) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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