pub struct SlaveId {
pub vendor_id: u32,
pub product_code: u32,
}Expand description
An EtherCAT slave identification, consisting of vendor ID and product code.
Fields§
§vendor_id: u32§product_code: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlaveId
impl RefUnwindSafe for SlaveId
impl Send for SlaveId
impl Sync for SlaveId
impl Unpin for SlaveId
impl UnwindSafe for SlaveId
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