Struct kinetic::proto::command::log::Temperature
[−]
[src]
pub struct Temperature {
// some fields omitted
}pub struct Temperature {
// some fields omitted
}impl Command_GetLog_Temperaturefn new() -> Command_GetLog_Temperaturefn default_instance() -> &'static Command_GetLog_Temperaturefn clear_name(&mut self)fn has_name(&self) -> boolfn set_name(&mut self, v: String)fn mut_name<'a>(&'a mut self) -> &'a mut Stringfn take_name(&mut self) -> Stringfn get_name<'a>(&'a self) -> &'a strfn clear_current(&mut self)fn has_current(&self) -> boolfn set_current(&mut self, v: f32)fn get_current<'a>(&self) -> f32fn clear_minimum(&mut self)fn has_minimum(&self) -> boolfn set_minimum(&mut self, v: f32)fn get_minimum<'a>(&self) -> f32fn clear_maximum(&mut self)fn has_maximum(&self) -> boolfn set_maximum(&mut self, v: f32)fn get_maximum<'a>(&self) -> f32fn clear_target(&mut self)fn has_target(&self) -> boolfn set_target(&mut self, v: f32)fn get_target<'a>(&self) -> f32impl Message for Command_GetLog_Temperaturefn 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_GetLog_Temperaturefn new() -> Command_GetLog_Temperaturefn descriptor_static(_: Option<Command_GetLog_Temperature>) -> &'static MessageDescriptorimpl Clear for Command_GetLog_Temperaturefn clear(&mut self)impl PartialEq for Command_GetLog_Temperaturefn eq(&self, other: &Command_GetLog_Temperature) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_GetLog_Temperatureimpl Default for Command_GetLog_Temperaturefn default() -> Command_GetLog_Temperatureimpl Clone for Command_GetLog_Temperaturefn clone(&self) -> Command_GetLog_Temperaturefn 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).