#[repr(C)]pub struct visualization_msgs__msg__ImageMarker {Show 13 fields
pub header: std_msgs__msg__Header,
pub ns: rosidl_runtime_c__String,
pub id: i32,
pub type_: i32,
pub action: i32,
pub position: geometry_msgs__msg__Point,
pub scale: f32,
pub outline_color: std_msgs__msg__ColorRGBA,
pub filled: u8,
pub fill_color: std_msgs__msg__ColorRGBA,
pub lifetime: builtin_interfaces__msg__Duration,
pub points: geometry_msgs__msg__Point__Sequence,
pub outline_colors: std_msgs__msg__ColorRGBA__Sequence,
}
Fields§
§header: std_msgs__msg__Header
§ns: rosidl_runtime_c__String
§id: i32
§type_: i32
§action: i32
§position: geometry_msgs__msg__Point
§scale: f32
§outline_color: std_msgs__msg__ColorRGBA
§filled: u8
§fill_color: std_msgs__msg__ColorRGBA
§lifetime: builtin_interfaces__msg__Duration
§points: geometry_msgs__msg__Point__Sequence
§outline_colors: std_msgs__msg__ColorRGBA__Sequence
Auto Trait Implementations§
impl Freeze for visualization_msgs__msg__ImageMarker
impl RefUnwindSafe for visualization_msgs__msg__ImageMarker
impl !Send for visualization_msgs__msg__ImageMarker
impl !Sync for visualization_msgs__msg__ImageMarker
impl Unpin for visualization_msgs__msg__ImageMarker
impl UnwindSafe for visualization_msgs__msg__ImageMarker
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more