[][src]Trait ethercat::SdoData

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

Provided methods

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

pub 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 &'_ [u8][src]

Loading content...

Implementors

Loading content...