Enum CcrAdsize
#[repr(u8)]pub enum CcrAdsize {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for CcrAdsize
impl Eq for CcrAdsize
§impl Ord for CcrAdsize
impl Ord for CcrAdsize
1.21.0 (const: unstable) · 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
§impl PartialOrd for CcrAdsize
impl PartialOrd for CcrAdsize
impl StructuralPartialEq for CcrAdsize
Auto Trait Implementations§
impl Freeze for CcrAdsize
impl RefUnwindSafe for CcrAdsize
impl Send for CcrAdsize
impl Sync for CcrAdsize
impl Unpin for CcrAdsize
impl UnsafeUnpin for CcrAdsize
impl UnwindSafe for CcrAdsize
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