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