pub struct StopCommand { /* private fields */ }Expand description
Command for stopping the PLC.
Implementations§
Source§impl StopCommand
impl StopCommand
Sourcepub fn new(destination: NodeAddress, source: NodeAddress, sid: u8) -> Self
pub fn new(destination: NodeAddress, source: NodeAddress, sid: u8) -> Self
Trait Implementations§
Source§impl Clone for StopCommand
impl Clone for StopCommand
Source§fn clone(&self) -> StopCommand
fn clone(&self) -> StopCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StopCommand
impl RefUnwindSafe for StopCommand
impl Send for StopCommand
impl Sync for StopCommand
impl Unpin for StopCommand
impl UnsafeUnpin for StopCommand
impl UnwindSafe for StopCommand
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