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