Struct rclrust_msg::visualization_msgs::msg::Marker_Raw
source · [−]#[repr(C)]pub struct Marker_Raw {Show 19 fields
pub header: Header_Raw,
pub ns: FFIString,
pub id: i32,
pub type_: i32,
pub action: i32,
pub pose: Pose_Raw,
pub scale: Vector3_Raw,
pub color: ColorRGBA_Raw,
pub lifetime: Duration_Raw,
pub frame_locked: bool,
pub points: FFISeq<Point_Raw>,
pub colors: FFISeq<ColorRGBA_Raw>,
pub texture_resource: FFIString,
pub texture: CompressedImage_Raw,
pub uv_coordinates: FFISeq<UVCoordinate_Raw>,
pub text: FFIString,
pub mesh_resource: FFIString,
pub mesh_file: MeshFile_Raw,
pub mesh_use_embedded_materials: bool,
}
Fields
header: Header_Raw
ns: FFIString
id: i32
type_: i32
action: i32
pose: Pose_Raw
scale: Vector3_Raw
color: ColorRGBA_Raw
lifetime: Duration_Raw
frame_locked: bool
points: FFISeq<Point_Raw>
colors: FFISeq<ColorRGBA_Raw>
texture_resource: FFIString
texture: CompressedImage_Raw
uv_coordinates: FFISeq<UVCoordinate_Raw>
text: FFIString
mesh_resource: FFIString
mesh_file: MeshFile_Raw
mesh_use_embedded_materials: bool
Trait Implementations
sourceimpl Debug for Marker_Raw
impl Debug for Marker_Raw
sourceimpl Default for Marker_Raw
impl Default for Marker_Raw
sourceimpl Drop for Marker_Raw
impl Drop for Marker_Raw
sourceimpl FFIToRust for Marker_Raw
impl FFIToRust for Marker_Raw
impl Send for Marker_Raw
impl Sync for Marker_Raw
Auto Trait Implementations
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