pub struct WeaponXm1014<'a> {Show 16 fields
pub ammo: u32,
pub angles: Angles,
pub fademaxdist: Option<f32>,
pub fademindist: Option<f32>,
pub fadescale: Option<f32>,
pub maxdxlevel: bool,
pub mindxlevel: bool,
pub nodamageforces: bool,
pub origin: Vector,
pub renderamt: Option<u8>,
pub rendercolor: Option<Color>,
pub renderfx: bool,
pub rendermode: bool,
pub shadowcastdist: bool,
pub spawnflags: u32,
pub targetname: Option<&'a str>,
}Fields§
§ammo: u32§angles: Angles§fademaxdist: Option<f32>§fademindist: Option<f32>§fadescale: Option<f32>§maxdxlevel: bool§mindxlevel: bool§nodamageforces: bool§origin: Vector§renderamt: Option<u8>§rendercolor: Option<Color>§renderfx: bool§rendermode: bool§shadowcastdist: bool§spawnflags: u32§targetname: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for WeaponXm1014<'a>
impl<'a> Clone for WeaponXm1014<'a>
Source§fn clone(&self) -> WeaponXm1014<'a>
fn clone(&self) -> WeaponXm1014<'a>
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<'a> Debug for WeaponXm1014<'a>
impl<'a> Debug for WeaponXm1014<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for WeaponXm1014<'a>
impl<'de: 'a, 'a> Deserialize<'de> for WeaponXm1014<'a>
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<'a> Freeze for WeaponXm1014<'a>
impl<'a> RefUnwindSafe for WeaponXm1014<'a>
impl<'a> Send for WeaponXm1014<'a>
impl<'a> Sync for WeaponXm1014<'a>
impl<'a> Unpin for WeaponXm1014<'a>
impl<'a> UnwindSafe for WeaponXm1014<'a>
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