pub enum PoseOwner {
LinkInertial(LinkId),
LinkVisual(LinkId),
LinkCollision(LinkId),
Joint(JointId),
}Expand description
Which pose in the structure was rejected.
Variants§
Trait Implementations§
impl Eq for PoseOwner
impl StructuralPartialEq for PoseOwner
Auto Trait Implementations§
impl Freeze for PoseOwner
impl RefUnwindSafe for PoseOwner
impl Send for PoseOwner
impl Sync for PoseOwner
impl Unpin for PoseOwner
impl UnsafeUnpin for PoseOwner
impl UnwindSafe for PoseOwner
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