Struct rclrust_msg::shape_msgs::msg::SolidPrimitive_Raw
source · [−]#[repr(C)]pub struct SolidPrimitive_Raw {
pub type_: u8,
pub dimensions: FFISeq<f64>,
pub polygon: FFISeq<Polygon_Raw>,
}
Fields
type_: u8
dimensions: FFISeq<f64>
polygon: FFISeq<Polygon_Raw>
Trait Implementations
sourceimpl Debug for SolidPrimitive_Raw
impl Debug for SolidPrimitive_Raw
sourceimpl Default for SolidPrimitive_Raw
impl Default for SolidPrimitive_Raw
sourceimpl Drop for SolidPrimitive_Raw
impl Drop for SolidPrimitive_Raw
sourceimpl FFIToRust for SolidPrimitive_Raw
impl FFIToRust for SolidPrimitive_Raw
type Target = SolidPrimitive
unsafe fn to_rust(&self) -> Self::Target
impl Send for SolidPrimitive_Raw
impl Sync for SolidPrimitive_Raw
Auto Trait Implementations
impl RefUnwindSafe for SolidPrimitive_Raw
impl Unpin for SolidPrimitive_Raw
impl UnwindSafe for SolidPrimitive_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