[][src]Struct rosrust_msg::visualization_msgs::ImageMarker

pub struct ImageMarker {
    pub header: Header,
    pub ns: String,
    pub id: i32,
    pub type_: i32,
    pub action: i32,
    pub position: Point,
    pub scale: f32,
    pub outline_color: ColorRGBA,
    pub filled: u8,
    pub fill_color: ColorRGBA,
    pub lifetime: Duration,
    pub points: Vec<Point>,
    pub outline_colors: Vec<ColorRGBA>,
}

Fields

header: Headerns: Stringid: i32type_: i32action: i32position: Pointscale: f32outline_color: ColorRGBAfilled: u8fill_color: ColorRGBAlifetime: Durationpoints: 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][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any
[src][+]