Struct entmet_lib::entities::entity::Strider
source · pub struct Strider {
pub boost_time: i32,
pub shaking: bool,
pub saddle: bool,
/* private fields */
}Expand description
An instance of a strider
Fields§
§boost_time: i32how long the boost time lasts
shaking: boolWhether the strider is shaking or not
saddle: boolWhether the strider has a saddle or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Strider
impl RefUnwindSafe for Strider
impl Send for Strider
impl Sync for Strider
impl Unpin for Strider
impl UnwindSafe for Strider
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