[][src]Struct rosrust_msg::sensor_msgs::PointField

pub struct PointField {
    pub name: String,
    pub offset: u32,
    pub datatype: u8,
    pub count: u32,
}

Fields

name: Stringoffset: u32datatype: u8count: u32

Methods

impl PointField[src]

pub const INT8: u8[src]

pub const UINT8: u8[src]

pub const INT16: u8[src]

pub const UINT16: u8[src]

pub const INT32: u8[src]

pub const UINT32: u8[src]

pub const FLOAT32: u8[src]

pub const FLOAT64: u8[src]

Trait Implementations

impl Clone for PointField[src][+]

impl Debug for PointField[src][+]

impl Default for PointField[src][+]

impl Message for PointField[src][+]

impl PartialEq<PointField> for PointField[src][+]

impl RosMsg for PointField[src][+]

Auto Trait Implementations

impl RefUnwindSafe for PointField

impl Send for PointField

impl Sync for PointField

impl Unpin for PointField

impl UnwindSafe for PointField

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][+]