Struct entmet_lib::entities::entity::ThrownTrident
source · pub struct ThrownTrident {
pub loyality_level: i32,
pub has_enchantment_glint: bool,
/* private fields */
}Expand description
An instance of a thrown Trident
Fields§
§loyality_level: i32The loyality level of the trident
has_enchantment_glint: boolWhether the trident has an enchantment glint or not
Trait Implementations§
source§impl Default for ThrownTrident
impl Default for ThrownTrident
source§impl Deref for ThrownTrident
impl Deref for ThrownTrident
Auto Trait Implementations§
impl Freeze for ThrownTrident
impl RefUnwindSafe for ThrownTrident
impl Send for ThrownTrident
impl Sync for ThrownTrident
impl Unpin for ThrownTrident
impl UnwindSafe for ThrownTrident
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