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