pub struct PropDoorRotating<'a> {Show 23 fields
pub ajarangles: Angles,
pub angles: Angles,
pub axis: &'a str,
pub disableshadows: bool,
pub distance: u8,
pub dmg: bool,
pub forceclosed: bool,
pub hardware: bool,
pub health: bool,
pub model: &'a str,
pub onclose: Option<&'a str>,
pub onopen: Option<&'a str>,
pub opendir: bool,
pub origin: Vector,
pub returndelay: i32,
pub skin: u8,
pub soundcloseoverride: Option<&'a str>,
pub soundmoveoverride: Option<&'a str>,
pub soundopenoverride: Option<&'a str>,
pub spawnflags: u32,
pub spawnpos: bool,
pub speed: u8,
pub targetname: Option<&'a str>,
}Fields§
§ajarangles: Angles§angles: Angles§axis: &'a str§disableshadows: bool§distance: u8§dmg: bool§forceclosed: bool§hardware: bool§health: bool§model: &'a str§onclose: Option<&'a str>§onopen: Option<&'a str>§opendir: bool§origin: Vector§returndelay: i32§skin: u8§soundcloseoverride: Option<&'a str>§soundmoveoverride: Option<&'a str>§soundopenoverride: Option<&'a str>§spawnflags: u32§spawnpos: bool§speed: u8§targetname: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for PropDoorRotating<'a>
impl<'a> Clone for PropDoorRotating<'a>
Source§fn clone(&self) -> PropDoorRotating<'a>
fn clone(&self) -> PropDoorRotating<'a>
Returns a copy 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 PropDoorRotating<'a>
impl<'a> Debug for PropDoorRotating<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for PropDoorRotating<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PropDoorRotating<'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 PropDoorRotating<'a>
impl<'a> RefUnwindSafe for PropDoorRotating<'a>
impl<'a> Send for PropDoorRotating<'a>
impl<'a> Sync for PropDoorRotating<'a>
impl<'a> Unpin for PropDoorRotating<'a>
impl<'a> UnwindSafe for PropDoorRotating<'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