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