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