pub enum InstFlag {
Cond = 1,
Pair = 2,
Long = 4,
Narrow = 8,
VH0_15 = 16,
Consecutive = 128,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstFlag
impl RefUnwindSafe for InstFlag
impl Send for InstFlag
impl Sync for InstFlag
impl Unpin for InstFlag
impl UnsafeUnpin for InstFlag
impl UnwindSafe for InstFlag
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