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