pub struct PhysRagdollconstraint<'a> {Show 16 fields
pub angles: Option<Angles>,
pub attach1: &'a str,
pub forcelimit: f32,
pub origin: Vector,
pub spawnflags: u32,
pub teleportfollowdistance: Option<f32>,
pub torquelimit: f32,
pub xfriction: f32,
pub xmax: f32,
pub xmin: f32,
pub yfriction: f32,
pub ymax: f32,
pub ymin: f32,
pub zfriction: f32,
pub zmax: f32,
pub zmin: f32,
}Fields§
§angles: Option<Angles>§attach1: &'a str§forcelimit: f32§origin: Vector§spawnflags: u32§teleportfollowdistance: Option<f32>§torquelimit: f32§xfriction: f32§xmax: f32§xmin: f32§yfriction: f32§ymax: f32§ymin: f32§zfriction: f32§zmax: f32§zmin: f32Trait Implementations§
Source§impl<'a> Clone for PhysRagdollconstraint<'a>
impl<'a> Clone for PhysRagdollconstraint<'a>
Source§fn clone(&self) -> PhysRagdollconstraint<'a>
fn clone(&self) -> PhysRagdollconstraint<'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 PhysRagdollconstraint<'a>
impl<'a> Debug for PhysRagdollconstraint<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for PhysRagdollconstraint<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PhysRagdollconstraint<'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 PhysRagdollconstraint<'a>
impl<'a> RefUnwindSafe for PhysRagdollconstraint<'a>
impl<'a> Send for PhysRagdollconstraint<'a>
impl<'a> Sync for PhysRagdollconstraint<'a>
impl<'a> Unpin for PhysRagdollconstraint<'a>
impl<'a> UnwindSafe for PhysRagdollconstraint<'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