Struct entmet_lib::entities::entity::PrimedTnt
source · pub struct PrimedTnt {
pub fuse_time: i32,
/* private fields */
}Expand description
An instance of a primmed tnt
Fields§
§fuse_time: i32The time in ticks, until it explodes
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