pub struct TransitionPoseRotationOffenderV1 { /* private fields */ }Expand description
One rotation offender, sorted independently from translation offenders.
Implementations§
Trait Implementations§
Source§impl Clone for TransitionPoseRotationOffenderV1
impl Clone for TransitionPoseRotationOffenderV1
Source§fn clone(&self) -> TransitionPoseRotationOffenderV1
fn clone(&self) -> TransitionPoseRotationOffenderV1
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 TransitionPoseRotationOffenderV1
Auto Trait Implementations§
impl Freeze for TransitionPoseRotationOffenderV1
impl RefUnwindSafe for TransitionPoseRotationOffenderV1
impl Send for TransitionPoseRotationOffenderV1
impl Sync for TransitionPoseRotationOffenderV1
impl Unpin for TransitionPoseRotationOffenderV1
impl UnsafeUnpin for TransitionPoseRotationOffenderV1
impl UnwindSafe for TransitionPoseRotationOffenderV1
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