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