pub struct FuncRotating<'a> {Show 20 fields
pub _minlight: Option<f32>,
pub angles: Angles,
pub disablereceiveshadows: bool,
pub disableshadows: bool,
pub dmg: f32,
pub fanfriction: f32,
pub maxspeed: f32,
pub message: Option<&'a str>,
pub model: &'a str,
pub no_decomp: bool,
pub origin: Vector,
pub parentname: Option<&'a str>,
pub renderamt: i32,
pub rendercolor: Color,
pub renderfx: bool,
pub rendermode: u8,
pub solidbsp: bool,
pub spawnflags: u32,
pub targetname: Option<&'a str>,
pub volume: f32,
}Fields§
§_minlight: Option<f32>§angles: Angles§disablereceiveshadows: bool§disableshadows: bool§dmg: f32§fanfriction: f32§maxspeed: f32§message: Option<&'a str>§model: &'a str§no_decomp: bool§origin: Vector§parentname: Option<&'a str>§renderamt: i32§rendercolor: Color§renderfx: bool§rendermode: u8§solidbsp: bool§spawnflags: u32§targetname: Option<&'a str>§volume: f32Trait Implementations§
Source§impl<'a> Clone for FuncRotating<'a>
impl<'a> Clone for FuncRotating<'a>
Source§fn clone(&self) -> FuncRotating<'a>
fn clone(&self) -> FuncRotating<'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 FuncRotating<'a>
impl<'a> Debug for FuncRotating<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for FuncRotating<'a>
impl<'de: 'a, 'a> Deserialize<'de> for FuncRotating<'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 FuncRotating<'a>
impl<'a> RefUnwindSafe for FuncRotating<'a>
impl<'a> Send for FuncRotating<'a>
impl<'a> Sync for FuncRotating<'a>
impl<'a> Unpin for FuncRotating<'a>
impl<'a> UnwindSafe for FuncRotating<'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