pub struct PrimedTnt {
pub life: i32,
pub xd: f32,
pub yd: f32,
pub zd: f32,
pub entity: EntityFields,
}
Fields§
§life: i32
§xd: f32
§yd: f32
§zd: f32
§entity: EntityFields
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrimedTnt
impl RefUnwindSafe for PrimedTnt
impl Send for PrimedTnt
impl Sync for PrimedTnt
impl Unpin for PrimedTnt
impl UnwindSafe for PrimedTnt
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