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