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