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