Docs.rs
  • ros_pointcloud2-0.3.2
    • ros_pointcloud2 0.3.2
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • stelzo
    • Dependencies
      • fallible-iterator ^0.3.0 normal
      • mem_macros ^1.0.1 normal
      • num-traits ^0.2.15 normal
      • r2r ^0.8.4 normal optional
      • rosrust ^0.9.11 normal optional
      • rosrust_msg ^0.1 normal optional
    • Versions
    • 16.03% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ros_pointcloud20.3.2

GetFieldDatatype

Required Methods

  • field_datatype

Implementations on Foreign Types

  • f32
  • f64
  • i16
  • i32
  • i8
  • u16
  • u32
  • u8

Object Safety

Implementors

In crate ros_pointcloud2

?
Change settings

Trait ros_pointcloud2::GetFieldDatatype

source ·
pub trait GetFieldDatatype {
    // Required method
    fn field_datatype() -> FieldDatatype;
}
Expand description

Getter trait for the datatype of a field value.

Required Methods§

source

fn field_datatype() -> FieldDatatype

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl GetFieldDatatype for f32

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for f64

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for i8

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for i16

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for i32

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for u8

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for u16

source§

fn field_datatype() -> FieldDatatype

source§

impl GetFieldDatatype for u32

source§

fn field_datatype() -> FieldDatatype

Implementors§