[][src]Struct ethercat_sys::ec_ioctl_slave_t

#[repr(C)]pub struct ec_ioctl_slave_t {
    pub position: u16,
    pub device_index: c_uint,
    pub vendor_id: u32,
    pub product_code: u32,
    pub revision_number: u32,
    pub serial_number: u32,
    pub alias: u16,
    pub boot_rx_mailbox_offset: u16,
    pub boot_rx_mailbox_size: u16,
    pub boot_tx_mailbox_offset: u16,
    pub boot_tx_mailbox_size: u16,
    pub std_rx_mailbox_offset: u16,
    pub std_rx_mailbox_size: u16,
    pub std_tx_mailbox_offset: u16,
    pub std_tx_mailbox_size: u16,
    pub mailbox_protocols: u16,
    pub has_general_category: u8,
    pub coe_details: ec_sii_coe_details_t,
    pub general_flags: ec_sii_general_flags_t,
    pub current_on_ebus: i16,
    pub ports: [ec_ioctl_slave_t__bindgen_ty_1; 4],
    pub fmmu_bit: u8,
    pub dc_supported: u8,
    pub dc_range: ec_slave_dc_range_t,
    pub has_dc_system_time: u8,
    pub transmission_delay: u32,
    pub al_state: u8,
    pub error_flag: u8,
    pub sync_count: u8,
    pub sdo_count: u16,
    pub sii_nwords: u32,
    pub group: [c_char; 64],
    pub image: [c_char; 64],
    pub order: [c_char; 64],
    pub name: [c_char; 64],
}

Fields

position: u16device_index: c_uintvendor_id: u32product_code: u32revision_number: u32serial_number: u32alias: u16boot_rx_mailbox_offset: u16boot_rx_mailbox_size: u16boot_tx_mailbox_offset: u16boot_tx_mailbox_size: u16std_rx_mailbox_offset: u16std_rx_mailbox_size: u16std_tx_mailbox_offset: u16std_tx_mailbox_size: u16mailbox_protocols: u16has_general_category: u8coe_details: ec_sii_coe_details_tgeneral_flags: ec_sii_general_flags_tcurrent_on_ebus: i16ports: [ec_ioctl_slave_t__bindgen_ty_1; 4]fmmu_bit: u8dc_supported: u8dc_range: ec_slave_dc_range_thas_dc_system_time: u8transmission_delay: u32al_state: u8error_flag: u8sync_count: u8sdo_count: u16sii_nwords: u32group: [c_char; 64]image: [c_char; 64]order: [c_char; 64]name: [c_char; 64]

Trait Implementations

impl Clone for ec_ioctl_slave_t[src]

impl Copy for ec_ioctl_slave_t[src]

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