pub struct LiveController { /* private fields */ }Expand description
Drives a real printer over LAN MQTT.
Implementations§
Source§impl LiveController
impl LiveController
pub fn new(target: ResolvedTarget) -> Self
Trait Implementations§
Source§impl Controller for LiveController
impl Controller for LiveController
fn execute(&self, action: ControlAction) -> ControlResult
Auto Trait Implementations§
impl Freeze for LiveController
impl RefUnwindSafe for LiveController
impl Send for LiveController
impl Sync for LiveController
impl Unpin for LiveController
impl UnsafeUnpin for LiveController
impl UnwindSafe for LiveController
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