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