pub struct SlavePos(/* private fields */);Expand description
EtherCAT Slave Position
Implementations§
Trait Implementations§
impl Copy for SlavePos
impl Eq for SlavePos
Source§impl Ord for SlavePos
impl Ord for SlavePos
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SlavePos
impl PartialOrd 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 UnsafeUnpin 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