#[repr(u8)]pub enum SegLvl {
AltQ = 0,
AltL = 1,
RefFrame = 2,
LvlSkip = 3,
}
Expand description
Valid segment features values.
Variants§
Auto Trait Implementations§
impl Freeze for SegLvl
impl RefUnwindSafe for SegLvl
impl Send for SegLvl
impl Sync for SegLvl
impl Unpin for SegLvl
impl UnwindSafe for SegLvl
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