#[repr(u8)]pub enum Btml {
SINGLE = 0,
SINGLE_DUAL = 1,
_RESERVED_2 = 2,
SINGLE_DUAL_QUAD = 3,
}Variants§
SINGLE = 0
Single lane
SINGLE_DUAL = 1
Single or dual lanes
_RESERVED_2 = 2
SINGLE_DUAL_QUAD = 3
Single, dual, or quad lanes
Implementations§
Trait Implementations§
Source§impl Ord for Btml
impl Ord for Btml
Source§impl PartialOrd for Btml
impl PartialOrd for Btml
impl Copy for Btml
impl Eq for Btml
impl StructuralPartialEq for Btml
Auto Trait Implementations§
impl Freeze for Btml
impl RefUnwindSafe for Btml
impl Send for Btml
impl Sync for Btml
impl Unpin for Btml
impl UnwindSafe for Btml
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