Trait ethercat::SdoData[][src]

pub trait SdoData {
    fn data_ptr(&self) -> *const u8 { ... }
fn data_size(&self) -> usize { ... } }

Provided methods

fn data_ptr(&self) -> *const u8[src]

fn data_size(&self) -> usize[src]

Loading content...

Implementations on Foreign Types

impl SdoData for u8[src]

impl SdoData for u16[src]

impl SdoData for u32[src]

impl SdoData for u64[src]

impl SdoData for i8[src]

impl SdoData for i16[src]

impl SdoData for i32[src]

impl SdoData for i64[src]

impl SdoData for f32[src]

impl SdoData for f64[src]

impl SdoData for &[u8][src]

Loading content...

Implementors

Loading content...