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