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