Struct sc2_proto::debug::DebugLine
[−]
[src]
pub struct DebugLine { /* fields omitted */ }
Methods
impl DebugLine[src]
fn new() -> DebugLine[src]
fn default_instance() -> &'static DebugLine[src]
fn clear_color(&mut self)[src]
fn has_color(&self) -> bool[src]
fn set_color(&mut self, v: Color)[src]
fn mut_color(&mut self) -> &mut Color[src]
fn take_color(&mut self) -> Color[src]
fn get_color(&self) -> &Color[src]
fn clear_line(&mut self)[src]
fn has_line(&self) -> bool[src]
fn set_line(&mut self, v: Line)[src]
fn mut_line(&mut self) -> &mut Line[src]
fn take_line(&mut self) -> Line[src]
fn get_line(&self) -> &Line[src]
Trait Implementations
impl PartialEq for DebugLine[src]
fn eq(&self, __arg_0: &DebugLine) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DebugLine) -> bool[src]
This method tests for !=.
impl Clone for DebugLine[src]
fn clone(&self) -> DebugLine[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for DebugLine[src]
impl Sync for DebugLine[src]
impl Message for DebugLine[src]
fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &Any[src]
fn as_any_mut(&mut self) -> &mut Any[src]
fn into_any(self: Box<Self>) -> Box<Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>[src]
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
fn check_initialized(&self) -> Result<(), ProtobufError>[src]
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>[src]
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>[src]
&self,
w: &mut Write
) -> Result<(), ProtobufError>