pub struct PlcConnection { /* private fields */ }
Expand description
Represents a connection to a PLC
Implementations§
Source§impl PlcConnection
impl PlcConnection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlcConnection
impl !RefUnwindSafe for PlcConnection
impl Send for PlcConnection
impl Sync for PlcConnection
impl Unpin for PlcConnection
impl !UnwindSafe for PlcConnection
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