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