Struct kinetic::proto::command::GetLog
[−]
[src]
pub struct GetLog {
// some fields omitted
}pub struct GetLog {
// some fields omitted
}impl Command_GetLogfn new() -> Command_GetLogfn default_instance() -> &'static Command_GetLogfn clear_types(&mut self)fn set_types(&mut self, v: Vec<Command_GetLog_Type>)fn mut_types<'a>(&'a mut self) -> &'a mut Vec<Command_GetLog_Type>fn take_types(&mut self) -> Vec<Command_GetLog_Type>fn get_types<'a>(&'a self) -> &'a [Command_GetLog_Type]fn clear_utilizations(&mut self)fn set_utilizations(&mut self, v: RepeatedField<Command_GetLog_Utilization>)fn mut_utilizations<'a>(&'a mut self) -> &'a mut RepeatedField<Command_GetLog_Utilization>fn take_utilizations(&mut self) -> RepeatedField<Command_GetLog_Utilization>fn get_utilizations<'a>(&'a self) -> &'a [Command_GetLog_Utilization]fn clear_temperatures(&mut self)fn set_temperatures(&mut self, v: RepeatedField<Command_GetLog_Temperature>)fn mut_temperatures<'a>(&'a mut self) -> &'a mut RepeatedField<Command_GetLog_Temperature>fn take_temperatures(&mut self) -> RepeatedField<Command_GetLog_Temperature>fn get_temperatures<'a>(&'a self) -> &'a [Command_GetLog_Temperature]fn clear_capacity(&mut self)fn has_capacity(&self) -> boolfn set_capacity(&mut self, v: Command_GetLog_Capacity)fn mut_capacity<'a>(&'a mut self) -> &'a mut Command_GetLog_Capacityfn take_capacity(&mut self) -> Command_GetLog_Capacityfn get_capacity<'a>(&'a self) -> &'a Command_GetLog_Capacityfn clear_configuration(&mut self)fn has_configuration(&self) -> boolfn set_configuration(&mut self, v: Command_GetLog_Configuration)fn mut_configuration<'a>(&'a mut self) -> &'a mut Command_GetLog_Configurationfn take_configuration(&mut self) -> Command_GetLog_Configurationfn get_configuration<'a>(&'a self) -> &'a Command_GetLog_Configurationfn clear_statistics(&mut self)fn set_statistics(&mut self, v: RepeatedField<Command_GetLog_Statistics>)fn mut_statistics<'a>(&'a mut self) -> &'a mut RepeatedField<Command_GetLog_Statistics>fn take_statistics(&mut self) -> RepeatedField<Command_GetLog_Statistics>fn get_statistics<'a>(&'a self) -> &'a [Command_GetLog_Statistics]fn clear_messages(&mut self)fn has_messages(&self) -> boolfn set_messages(&mut self, v: Vec<u8>)fn mut_messages<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_messages(&mut self) -> Vec<u8>fn get_messages<'a>(&'a self) -> &'a [u8]fn clear_limits(&mut self)fn has_limits(&self) -> boolfn set_limits(&mut self, v: Command_GetLog_Limits)fn mut_limits<'a>(&'a mut self) -> &'a mut Command_GetLog_Limitsfn take_limits(&mut self) -> Command_GetLog_Limitsfn get_limits<'a>(&'a self) -> &'a Command_GetLog_Limitsfn clear_device(&mut self)fn has_device(&self) -> boolfn set_device(&mut self, v: Command_GetLog_Device)fn mut_device<'a>(&'a mut self) -> &'a mut Command_GetLog_Devicefn take_device(&mut self) -> Command_GetLog_Devicefn get_device<'a>(&'a self) -> &'a Command_GetLog_Deviceimpl Message for Command_GetLogfn 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 Command_GetLogfn new() -> Command_GetLogfn descriptor_static(_: Option<Command_GetLog>) -> &'static MessageDescriptorimpl Clear for Command_GetLogfn clear(&mut self)impl PartialEq for Command_GetLogfn eq(&self, other: &Command_GetLog) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_GetLogimpl Default for Command_GetLogfn default() -> Command_GetLogimpl Clone for Command_GetLogfn clone(&self) -> Command_GetLogfn 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).