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