pub struct Coupler;
Expand description
A EtherCAT fieldbus coupler implementation.
Auto Trait Implementations§
impl Freeze for Coupler
impl RefUnwindSafe for Coupler
impl Send for Coupler
impl Sync for Coupler
impl Unpin for Coupler
impl UnwindSafe for Coupler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more