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