[][src]Struct ethercat_sys::ec_ioctl_config_t

#[repr(C)]pub struct ec_ioctl_config_t {
    pub config_index: u32,
    pub alias: u16,
    pub position: u16,
    pub vendor_id: u32,
    pub product_code: u32,
    pub syncs: [ec_ioctl_config_t__bindgen_ty_1; 16],
    pub watchdog_divider: u16,
    pub watchdog_intervals: u16,
    pub sdo_count: u32,
    pub idn_count: u32,
    pub slave_position: i32,
    pub dc_assign_activate: u16,
    pub dc_sync: [ec_sync_signal_t; 2],
}

Fields

config_index: u32alias: u16position: u16vendor_id: u32product_code: u32syncs: [ec_ioctl_config_t__bindgen_ty_1; 16]watchdog_divider: u16watchdog_intervals: u16sdo_count: u32idn_count: u32slave_position: i32dc_assign_activate: u16dc_sync: [ec_sync_signal_t; 2]

Trait Implementations

impl Clone for ec_ioctl_config_t[src]

impl Copy for ec_ioctl_config_t[src]

impl Default for ec_ioctl_config_t[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.