[][src]Struct soem::Slave

#[repr(C)]pub struct Slave(_);

Implementations

impl Slave[src]

pub fn name(&self) -> Cow<str>[src]

pub const fn output_size(&self) -> u16[src]

pub const fn input_size(&self) -> u16[src]

pub fn outputs(&mut self) -> &mut [u8][src]

pub fn inputs(&self) -> &[u8][src]

pub fn state(&self) -> EtherCatState[src]

pub const fn prop_delay(&self) -> i32[src]

pub const fn has_dc(&self) -> bool[src]

pub const fn eep_manufacturer(&self) -> u32[src]

pub const fn eep_id(&self) -> u32[src]

pub const fn eep_revision(&self) -> u32[src]

pub const fn parent_port(&self) -> u8[src]

pub const fn configured_addr(&self) -> u16[src]

Trait Implementations

impl Default for Slave[src]

impl Display for Slave[src]

Auto Trait Implementations

impl RefUnwindSafe for Slave

impl !Send for Slave

impl !Sync for Slave

impl Unpin for Slave

impl UnwindSafe for Slave

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> ToString for T where
    T: Display + ?Sized
[src]

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.