pub struct AbsPose(pub f32, pub f32, pub f32);Tuple Fields§
§0: f32§1: f32§2: f32Implementations§
Trait Implementations§
Source§impl Add<MoveVector> for AbsPose
impl Add<MoveVector> for AbsPose
Source§impl<'de> Deserialize<'de> for AbsPose
impl<'de> Deserialize<'de> for AbsPose
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
Source§impl Sub for AbsPose
impl Sub for AbsPose
Source§type Output = MoveVector
type Output = MoveVector
The resulting type after applying the
- operator.impl Copy for AbsPose
impl StructuralPartialEq for AbsPose
Auto Trait Implementations§
impl Freeze for AbsPose
impl RefUnwindSafe for AbsPose
impl Send for AbsPose
impl Sync for AbsPose
impl Unpin for AbsPose
impl UnwindSafe for AbsPose
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