Struct rclrust_msg::geometry_msgs::msg::PoseStamped_Raw
source · [−]#[repr(C)]pub struct PoseStamped_Raw {
pub header: Header_Raw,
pub pose: Pose_Raw,
}
Fields
header: Header_Raw
pose: Pose_Raw
Trait Implementations
sourceimpl Debug for PoseStamped_Raw
impl Debug for PoseStamped_Raw
sourceimpl Default for PoseStamped_Raw
impl Default for PoseStamped_Raw
sourceimpl Drop for PoseStamped_Raw
impl Drop for PoseStamped_Raw
sourceimpl FFIToRust for PoseStamped_Raw
impl FFIToRust for PoseStamped_Raw
type Target = PoseStamped
unsafe fn to_rust(&self) -> Self::Target
impl Send for PoseStamped_Raw
impl Sync for PoseStamped_Raw
Auto Trait Implementations
impl RefUnwindSafe for PoseStamped_Raw
impl Unpin for PoseStamped_Raw
impl UnwindSafe for PoseStamped_Raw
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