Struct ethercat::SmInfo[][src]

pub struct SmInfo {
    pub idx: SmIdx,
    pub start_addr: u16,
    pub default_size: u16,
    pub control_register: u8,
    pub enable: bool,
    pub pdo_count: u8,
}

Sync Manager Info

Fields

idx: SmIdxstart_addr: u16default_size: u16control_register: u8enable: boolpdo_count: u8

Trait Implementations

impl Clone for SmInfo[src]

impl Copy for SmInfo[src]

impl Debug for SmInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for SmInfo

impl Send for SmInfo

impl Sync for SmInfo

impl Unpin for SmInfo

impl UnwindSafe for SmInfo

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.