[][src]Struct ethercat_soem_sys::ec_eepromPDO

#[repr(C)]pub struct ec_eepromPDO {
    pub Startpos: uint16,
    pub Length: uint16,
    pub nPDO: uint16,
    pub Index: [uint16; 512],
    pub SyncM: [uint16; 512],
    pub BitSize: [uint16; 512],
    pub SMbitsize: [uint16; 8],
}

record to store rxPDO and txPDO table from eeprom

Fields

Startpos: uint16Length: uint16nPDO: uint16Index: [uint16; 512]SyncM: [uint16; 512]BitSize: [uint16; 512]SMbitsize: [uint16; 8]

Trait Implementations

impl Clone for ec_eepromPDO[src]

impl Copy for ec_eepromPDO[src]

Auto Trait Implementations

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.