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