[][src]Struct ethercat_sys::ec_ioctl_master_t

#[repr(C)]pub struct ec_ioctl_master_t {
    pub slave_count: u32,
    pub config_count: u32,
    pub domain_count: u32,
    pub eoe_handler_count: u32,
    pub phase: u8,
    pub active: u8,
    pub scan_busy: u8,
    pub devices: [ec_ioctl_master_t_ec_ioctl_device; 1],
    pub num_devices: u32,
    pub tx_count: u64,
    pub rx_count: u64,
    pub tx_bytes: u64,
    pub rx_bytes: u64,
    pub tx_frame_rates: [i32; 3],
    pub rx_frame_rates: [i32; 3],
    pub tx_byte_rates: [i32; 3],
    pub rx_byte_rates: [i32; 3],
    pub loss_rates: [i32; 3],
    pub app_time: u64,
    pub dc_ref_time: u64,
    pub ref_clock: u16,
}

Fields

slave_count: u32config_count: u32domain_count: u32eoe_handler_count: u32phase: u8active: u8scan_busy: u8devices: [ec_ioctl_master_t_ec_ioctl_device; 1]num_devices: u32tx_count: u64rx_count: u64tx_bytes: u64rx_bytes: u64tx_frame_rates: [i32; 3]rx_frame_rates: [i32; 3]tx_byte_rates: [i32; 3]rx_byte_rates: [i32; 3]loss_rates: [i32; 3]app_time: u64dc_ref_time: u64ref_clock: u16

Trait Implementations

impl Clone for ec_ioctl_master_t[src]

impl Copy for ec_ioctl_master_t[src]

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