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_Rawns: FFIStringid: i32type_: i32action: i32pose: Pose_Rawscale: Vector3_Rawcolor: ColorRGBA_Rawlifetime: Duration_Rawframe_locked: boolpoints: FFISeq<Point_Raw>colors: FFISeq<ColorRGBA_Raw>texture_resource: FFIStringtexture: CompressedImage_Rawuv_coordinates: FFISeq<UVCoordinate_Raw>text: FFIStringmesh_resource: FFIStringmesh_file: MeshFile_Rawmesh_use_embedded_materials: boolTrait 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