[][src]Struct ethercat_sys::ec_ioctl_master_t_ec_ioctl_device

#[repr(C)]pub struct ec_ioctl_master_t_ec_ioctl_device {
    pub address: [u8; 6],
    pub attached: u8,
    pub link_state: u8,
    pub tx_count: u64,
    pub rx_count: u64,
    pub tx_bytes: u64,
    pub rx_bytes: u64,
    pub tx_errors: 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],
}

Fields

address: [u8; 6]attached: u8link_state: u8tx_count: u64rx_count: u64tx_bytes: u64rx_bytes: u64tx_errors: u64tx_frame_rates: [i32; 3]rx_frame_rates: [i32; 3]tx_byte_rates: [i32; 3]rx_byte_rates: [i32; 3]

Trait Implementations

impl Clone for ec_ioctl_master_t_ec_ioctl_device[src]

impl Copy for ec_ioctl_master_t_ec_ioctl_device[src]

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