#[repr(u8)]pub enum RegmodL14 {
MATCH = 0,
CAPTURE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RegmodL14
impl Ord for RegmodL14
Source§impl PartialOrd for RegmodL14
impl PartialOrd for RegmodL14
impl Copy for RegmodL14
impl Eq for RegmodL14
impl StructuralPartialEq for RegmodL14
Auto Trait Implementations§
impl Freeze for RegmodL14
impl RefUnwindSafe for RegmodL14
impl Send for RegmodL14
impl Sync for RegmodL14
impl Unpin for RegmodL14
impl UnwindSafe for RegmodL14
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