pub struct AttachedCollisionObject {
pub link_name: String,
pub object: CollisionObject,
pub touch_links: Vec<String>,
pub detach_posture: JointTrajectory,
pub weight: f64,
}
Fields§
§link_name: String
§object: CollisionObject
§touch_links: Vec<String>
§detach_posture: JointTrajectory
§weight: f64
Trait Implementations§
Source§impl Clone for AttachedCollisionObject
impl Clone for AttachedCollisionObject
Source§fn clone(&self) -> AttachedCollisionObject
fn clone(&self) -> AttachedCollisionObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AttachedCollisionObject
impl Debug for AttachedCollisionObject
Source§impl Default for AttachedCollisionObject
impl Default for AttachedCollisionObject
Source§impl<'de> Deserialize<'de> for AttachedCollisionObject
impl<'de> Deserialize<'de> for AttachedCollisionObject
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 PartialEq for AttachedCollisionObject
impl PartialEq for AttachedCollisionObject
Source§impl Serialize for AttachedCollisionObject
impl Serialize for AttachedCollisionObject
impl Message for AttachedCollisionObject
impl StructuralPartialEq for AttachedCollisionObject
Auto Trait Implementations§
impl Freeze for AttachedCollisionObject
impl RefUnwindSafe for AttachedCollisionObject
impl Send for AttachedCollisionObject
impl Sync for AttachedCollisionObject
impl Unpin for AttachedCollisionObject
impl UnwindSafe for AttachedCollisionObject
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