pub struct SlaveRev {
pub revision_number: u32,
pub serial_number: u32,
}Expand description
An EtherCAT slave revision identification.
Fields§
§revision_number: u32§serial_number: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlaveRev
impl RefUnwindSafe for SlaveRev
impl Send for SlaveRev
impl Sync for SlaveRev
impl Unpin for SlaveRev
impl UnwindSafe for SlaveRev
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