Struct safe_drive::msg::common_interfaces::geometry_msgs::msg::Pose
source · #[repr(C)]pub struct Pose {
pub position: Point,
pub orientation: Quaternion,
}Fields§
§position: Point§orientation: QuaternionImplementations§
Trait Implementations§
source§impl PartialEq for Pose
impl PartialEq for Pose
source§impl TypeSupport for Pose
impl TypeSupport for Pose
Auto Trait Implementations§
impl RefUnwindSafe for Pose
impl Send for Pose
impl Sync for Pose
impl Unpin for Pose
impl UnwindSafe for Pose
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