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