Struct dat_network_protocol::unhave::Unhave [−][src]
pub struct Unhave { /* fields omitted */ }Methods
impl Unhave[src]
impl Unhavepub fn new() -> Unhave[src]
pub fn new() -> Unhavepub fn default_instance() -> &'static Unhave[src]
pub fn default_instance() -> &'static Unhavepub fn clear_start(&mut self)[src]
pub fn clear_start(&mut self)pub fn has_start(&self) -> bool[src]
pub fn has_start(&self) -> boolpub fn set_start(&mut self, v: u64)[src]
pub fn set_start(&mut self, v: u64)pub fn get_start(&self) -> u64[src]
pub fn get_start(&self) -> u64pub fn clear_length(&mut self)[src]
pub fn clear_length(&mut self)pub fn has_length(&self) -> bool[src]
pub fn has_length(&self) -> boolpub fn set_length(&mut self, v: u64)[src]
pub fn set_length(&mut self, v: u64)pub fn get_length(&self) -> u64[src]
pub fn get_length(&self) -> u64Trait Implementations
impl PartialEq for Unhave[src]
impl PartialEq for Unhavefn eq(&self, other: &Unhave) -> bool[src]
fn eq(&self, other: &Unhave) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Unhave) -> bool[src]
fn ne(&self, other: &Unhave) -> boolThis method tests for !=.
impl Clone for Unhave[src]
impl Clone for Unhavefn clone(&self) -> Unhave[src]
fn clone(&self) -> UnhaveReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Unhave[src]
impl Default for Unhaveimpl Sync for Unhave[src]
impl Sync for Unhaveimpl Message for Unhave[src]
impl Message for Unhavefn is_initialized(&self) -> bool[src]
fn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32[src]
fn compute_size(&self) -> u32fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>fn get_cached_size(&self) -> u32[src]
fn get_cached_size(&self) -> u32fn get_unknown_fields(&self) -> &UnknownFields[src]
fn get_unknown_fields(&self) -> &UnknownFieldsfn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFieldsfn as_any(&self) -> &Any[src]
fn as_any(&self) -> &Anyfn as_any_mut(&mut self) -> &mut Any[src]
fn as_any_mut(&mut self) -> &mut Anyfn into_any(self: Box<Self>) -> Box<Any>[src]
fn into_any(self: Box<Self>) -> Box<Any>fn descriptor(&self) -> &'static MessageDescriptor[src]
fn descriptor(&self) -> &'static MessageDescriptorfn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>fn check_initialized(&self) -> Result<(), ProtobufError>[src]
fn check_initialized(&self) -> Result<(), ProtobufError>fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>[src]
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn type_id(&self) -> TypeId[src]
fn type_id(&self) -> TypeIdimpl MessageStatic for Unhave[src]
impl MessageStatic for Unhavefn new() -> Unhave[src]
fn new() -> Unhavefn descriptor_static(_: Option<Unhave>) -> &'static MessageDescriptor[src]
fn descriptor_static(_: Option<Unhave>) -> &'static MessageDescriptorimpl Clear for Unhave[src]
impl Clear for Unhaveimpl Debug for Unhave[src]
impl Debug for Unhavefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ProtobufValue for Unhave[src]
impl ProtobufValue for Unhavefn as_ref(&self) -> ProtobufValueRef[src]
fn as_ref(&self) -> ProtobufValueReffn as_any(&self) -> &(Any + 'static)[src]
fn as_any(&self) -> &(Any + 'static)fn is_non_zero(&self) -> bool[src]
fn is_non_zero(&self) -> boolfn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]
fn as_ref_copy(&self) -> ProtobufValueRef<'static>