Struct e_drone::protocol::command::Command [−][src]
pub struct Command {
pub command_type: CommandType,
pub option: u8,
}Fields
command_type: CommandTypeoption: u8Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Command
impl UnwindSafe for Command
Blanket Implementations
Mutably borrows from an owned value. Read more