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