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