pub struct SlavePos(/* private fields */);
Expand description
EtherCAT Slave Position
Implementations§
Trait Implementations§
Source§impl Ord for SlavePos
impl Ord for SlavePos
Source§impl PartialOrd for SlavePos
impl PartialOrd for SlavePos
impl Copy for SlavePos
impl Eq for SlavePos
impl StructuralPartialEq for SlavePos
Auto Trait Implementations§
impl Freeze for SlavePos
impl RefUnwindSafe for SlavePos
impl Send for SlavePos
impl Sync for SlavePos
impl Unpin for SlavePos
impl UnwindSafe for SlavePos
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