pub struct PlcDevice { /* private fields */ }
Implementations§
source§impl PlcDevice
impl PlcDevice
pub fn connect( port: Box<dyn SerialPort>, node_id: NodeId, timeout: Option<Duration> ) -> Result<Self, Error>
pub fn connect_with_builder( builder: SerialPortBuilder, node_id: NodeId, timeout: Option<Duration> ) -> Result<Self, Error>
pub fn test(&mut self) -> Result<(), Error>
pub fn status(&mut self) -> Result<Status, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlcDevice
impl !RefUnwindSafe for PlcDevice
impl Send for PlcDevice
impl !Sync for PlcDevice
impl Unpin for PlcDevice
impl !UnwindSafe for PlcDevice
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