pub struct PhysTorque<'a> {
pub attach1: &'a str,
pub axis: Vector,
pub force: u16,
pub forcetime: bool,
pub origin: Vector,
pub spawnflags: u32,
pub targetname: &'a str,
}Fields§
§attach1: &'a str§axis: Vector§force: u16§forcetime: bool§origin: Vector§spawnflags: u32§targetname: &'a strTrait Implementations§
Source§impl<'a> Clone for PhysTorque<'a>
impl<'a> Clone for PhysTorque<'a>
Source§fn clone(&self) -> PhysTorque<'a>
fn clone(&self) -> PhysTorque<'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 PhysTorque<'a>
impl<'a> Debug for PhysTorque<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for PhysTorque<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PhysTorque<'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 PhysTorque<'a>
impl<'a> RefUnwindSafe for PhysTorque<'a>
impl<'a> Send for PhysTorque<'a>
impl<'a> Sync for PhysTorque<'a>
impl<'a> Unpin for PhysTorque<'a>
impl<'a> UnwindSafe for PhysTorque<'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