[−][src]Struct rosrust_msg::visualization_msgs::ImageMarker
Fields
header: Header
ns: String
id: i32
type_: i32
action: i32
position: Point
scale: f32
outline_color: ColorRGBA
filled: u8
fill_color: ColorRGBA
lifetime: Duration
points: Vec<Point>
outline_colors: Vec<ColorRGBA>
Methods
impl ImageMarker
[src]
pub const CIRCLE: u8
[src]
pub const LINE_STRIP: u8
[src]
pub const LINE_LIST: u8
[src]
pub const POLYGON: u8
[src]
pub const POINTS: u8
[src]
pub const ADD: u8
[src]
pub const REMOVE: u8
[src]
Trait Implementations
impl Clone for ImageMarker
[src][+]
impl Debug for ImageMarker
[src][+]
impl Default for ImageMarker
[src][+]
impl Message for ImageMarker
[src][+]
impl PartialEq<ImageMarker> for ImageMarker
[src][+]
impl RosMsg for ImageMarker
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ImageMarker
impl Send for ImageMarker
impl Sync for ImageMarker
impl Unpin for ImageMarker
impl UnwindSafe for ImageMarker
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,