Struct rclrust_msg::visualization_msgs::msg::ImageMarker_Raw
source · [−]#[repr(C)]pub struct ImageMarker_Raw {Show 13 fields
pub header: Header_Raw,
pub ns: FFIString,
pub id: i32,
pub type_: i32,
pub action: i32,
pub position: Point_Raw,
pub scale: f32,
pub outline_color: ColorRGBA_Raw,
pub filled: u8,
pub fill_color: ColorRGBA_Raw,
pub lifetime: Duration_Raw,
pub points: FFISeq<Point_Raw>,
pub outline_colors: FFISeq<ColorRGBA_Raw>,
}
Fields
header: Header_Raw
ns: FFIString
id: i32
type_: i32
action: i32
position: Point_Raw
scale: f32
outline_color: ColorRGBA_Raw
filled: u8
fill_color: ColorRGBA_Raw
lifetime: Duration_Raw
points: FFISeq<Point_Raw>
outline_colors: FFISeq<ColorRGBA_Raw>
Trait Implementations
sourceimpl Debug for ImageMarker_Raw
impl Debug for ImageMarker_Raw
sourceimpl Default for ImageMarker_Raw
impl Default for ImageMarker_Raw
sourceimpl Drop for ImageMarker_Raw
impl Drop for ImageMarker_Raw
sourceimpl FFIToRust for ImageMarker_Raw
impl FFIToRust for ImageMarker_Raw
type Target = ImageMarker
unsafe fn to_rust(&self) -> Self::Target
impl Send for ImageMarker_Raw
impl Sync for ImageMarker_Raw
Auto Trait Implementations
impl RefUnwindSafe for ImageMarker_Raw
impl Unpin for ImageMarker_Raw
impl UnwindSafe for ImageMarker_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