#[repr(u8)]pub enum Csw {
CSCALE_NOT_SUPPORTED = 0,
BIT_WIDTH_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
BIT_WIDTH_6 = 6,
_RESERVED_7 = 7,
}Variants§
CSCALE_NOT_SUPPORTED = 0
Not supported.
BIT_WIDTH_1 = 1
Supported with one-bit CSCALE control field.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
BIT_WIDTH_6 = 6
Supported with six-bit CSCALE control field.
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Csw
impl Ord for Csw
Source§impl PartialOrd for Csw
impl PartialOrd for Csw
impl Copy for Csw
impl Eq for Csw
impl StructuralPartialEq for Csw
Auto Trait Implementations§
impl Freeze for Csw
impl RefUnwindSafe for Csw
impl Send for Csw
impl Sync for Csw
impl Unpin for Csw
impl UnwindSafe for Csw
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