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