pub struct PhysLengthconstraint<'a> {
pub addlength: f32,
pub angles: Angles,
pub attach1: &'a str,
pub attachpoint: Vector,
pub constraintsystem: &'a str,
pub forcelimit: f32,
pub minlength: f32,
pub origin: Vector,
pub spawnflags: u32,
pub targetname: Option<&'a str>,
pub torquelimit: f32,
}Fields§
§addlength: f32§angles: Angles§attach1: &'a str§attachpoint: Vector§constraintsystem: &'a str§forcelimit: f32§minlength: f32§origin: Vector§spawnflags: u32§targetname: Option<&'a str>§torquelimit: f32Trait Implementations§
Source§impl<'a> Clone for PhysLengthconstraint<'a>
impl<'a> Clone for PhysLengthconstraint<'a>
Source§fn clone(&self) -> PhysLengthconstraint<'a>
fn clone(&self) -> PhysLengthconstraint<'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 PhysLengthconstraint<'a>
impl<'a> Debug for PhysLengthconstraint<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for PhysLengthconstraint<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PhysLengthconstraint<'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 PhysLengthconstraint<'a>
impl<'a> RefUnwindSafe for PhysLengthconstraint<'a>
impl<'a> Send for PhysLengthconstraint<'a>
impl<'a> Sync for PhysLengthconstraint<'a>
impl<'a> Unpin for PhysLengthconstraint<'a>
impl<'a> UnwindSafe for PhysLengthconstraint<'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