Struct kinetic::proto::Command
[−]
[src]
pub struct Command {
// some fields omitted
}pub struct Command {
// some fields omitted
}impl Commandfn new() -> Commandfn default_instance() -> &'static Commandfn clear_header(&mut self)fn has_header(&self) -> boolfn set_header(&mut self, v: Command_Header)fn mut_header<'a>(&'a mut self) -> &'a mut Command_Headerfn take_header(&mut self) -> Command_Headerfn get_header<'a>(&'a self) -> &'a Command_Headerfn clear_body(&mut self)fn has_body(&self) -> boolfn set_body(&mut self, v: Command_Body)fn mut_body<'a>(&'a mut self) -> &'a mut Command_Bodyfn take_body(&mut self) -> Command_Bodyfn get_body<'a>(&'a self) -> &'a Command_Bodyfn clear_status(&mut self)fn has_status(&self) -> boolfn set_status(&mut self, v: Command_Status)fn mut_status<'a>(&'a mut self) -> &'a mut Command_Statusfn take_status(&mut self) -> Command_Statusfn get_status<'a>(&'a self) -> &'a Command_Statusimpl Message for Commandfn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>fn get_cached_size(&self) -> u32fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFieldsfn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFieldsfn type_id(&self) -> TypeIdfn as_any(&self) -> &Anyfn descriptor(&self) -> &'static MessageDescriptorfn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>fn check_initialized(&self)fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>impl MessageStatic for Commandfn new() -> Commandfn descriptor_static(_: Option<Command>) -> &'static MessageDescriptorimpl Clear for Commandfn clear(&mut self)impl PartialEq for Commandimpl Debug for Commandimpl Default for Commandimpl Clone for Commandfn clone(&self) -> Commandfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).