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