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