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