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