#[repr(u32)]pub enum StatKind {
Stat = 0,
LStat = 1,
}Expand description
Which stat-like operation to perform.
Variants§
Trait Implementations§
impl Copy for StatKind
impl Eq for StatKind
impl StructuralPartialEq for StatKind
Auto Trait Implementations§
impl Freeze for StatKind
impl RefUnwindSafe for StatKind
impl Send for StatKind
impl Sync for StatKind
impl Unpin for StatKind
impl UnsafeUnpin for StatKind
impl UnwindSafe for StatKind
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