pub struct ArmorMitigationByLvlFlat {
pub level: i32,
pub constant: f64,
}Fields§
§level: i32§constant: f64Trait Implementations§
Source§impl Clone for ArmorMitigationByLvlFlat
impl Clone for ArmorMitigationByLvlFlat
Source§fn clone(&self) -> ArmorMitigationByLvlFlat
fn clone(&self) -> ArmorMitigationByLvlFlat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArmorMitigationByLvlFlat
impl Debug for ArmorMitigationByLvlFlat
Source§impl<'de> Deserialize<'de> for ArmorMitigationByLvlFlat
impl<'de> Deserialize<'de> for ArmorMitigationByLvlFlat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArmorMitigationByLvlFlat
impl RefUnwindSafe for ArmorMitigationByLvlFlat
impl Send for ArmorMitigationByLvlFlat
impl Sync for ArmorMitigationByLvlFlat
impl Unpin for ArmorMitigationByLvlFlat
impl UnsafeUnpin for ArmorMitigationByLvlFlat
impl UnwindSafe for ArmorMitigationByLvlFlat
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