pub struct KillEaterUserScore(pub u32);
Expand description
Represents the “kill_eater_user_1”, “kill_eater_user_2”, and “kill_eater_user_3” attributes.
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Attributes for KillEaterUserScore
impl Attributes for KillEaterUserScore
Source§const USES_FLOAT_VALUE: bool = false
const USES_FLOAT_VALUE: bool = false
See
Attribute::USES_FLOAT_VALUE
. This applies to all attributes in the set.Source§const ATTRIBUTES: &'static [AttributeDef]
const ATTRIBUTES: &'static [AttributeDef]
The attribute definition.
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§fn get_attribute_def_by_defindex(defindex: u32) -> Option<&'static AttributeDef>
fn get_attribute_def_by_defindex(defindex: u32) -> Option<&'static AttributeDef>
Gets the attribute definition for a given defindex.
Auto Trait Implementations§
impl Freeze for KillEaterUserScore
impl RefUnwindSafe for KillEaterUserScore
impl Send for KillEaterUserScore
impl Sync for KillEaterUserScore
impl Unpin for KillEaterUserScore
impl UnwindSafe for KillEaterUserScore
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