pub struct Hit {
pub _geki: i16,
pub _300: i16,
pub _katu: i16,
pub _100: i16,
pub _50: i16,
pub _miss: i16,
}Fields§
§_geki: i16§_300: i16§_katu: i16§_100: i16§_50: i16§_miss: i16Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hit
impl RefUnwindSafe for Hit
impl Send for Hit
impl Sync for Hit
impl Unpin for Hit
impl UnwindSafe for Hit
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