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