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