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