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