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