pub struct TransitionPoseTranslationOffenderV1 { /* private fields */ }Expand description
One translation offender, sorted independently from rotation offenders.
Implementations§
Trait Implementations§
Source§impl Clone for TransitionPoseTranslationOffenderV1
impl Clone for TransitionPoseTranslationOffenderV1
Source§fn clone(&self) -> TransitionPoseTranslationOffenderV1
fn clone(&self) -> TransitionPoseTranslationOffenderV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for TransitionPoseTranslationOffenderV1
Auto Trait Implementations§
impl Freeze for TransitionPoseTranslationOffenderV1
impl RefUnwindSafe for TransitionPoseTranslationOffenderV1
impl Send for TransitionPoseTranslationOffenderV1
impl Sync for TransitionPoseTranslationOffenderV1
impl Unpin for TransitionPoseTranslationOffenderV1
impl UnsafeUnpin for TransitionPoseTranslationOffenderV1
impl UnwindSafe for TransitionPoseTranslationOffenderV1
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