Struct kinetic::commands::Noop [−] [src]

pub struct Noop;

Sends a Noop to the Kinetic device

Trait Implementations

impl Command<NoopResponse> for Noop

fn build_proto(self) -> (Command, Option<Vec<u8>>)