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