Struct rclrust_msg::geometry_msgs::msg::Pose_Raw
source · [−]#[repr(C)]pub struct Pose_Raw {
pub position: Point_Raw,
pub orientation: Quaternion_Raw,
}
Fields
position: Point_Raw
orientation: Quaternion_Raw
Trait Implementations
impl Send for Pose_Raw
impl Sync for Pose_Raw
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more