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