Struct protobuf::types::ProtobufTypeUint32 [−][src]
pub struct ProtobufTypeUint32;
Trait Implementations
impl ProtobufType for ProtobufTypeUint32[src]
impl ProtobufType for ProtobufTypeUint32type Value = u32
fn wire_type() -> WireType[src]
fn wire_type() -> WireTypefn read(is: &mut CodedInputStream) -> ProtobufResult<u32>[src]
fn read(is: &mut CodedInputStream) -> ProtobufResult<u32>fn compute_size(value: &u32) -> u32[src]
fn compute_size(value: &u32) -> u32fn write_with_cached_size(
field_number: u32,
value: &u32,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
fn write_with_cached_size(
field_number: u32,
value: &u32,
os: &mut CodedOutputStream
) -> ProtobufResult<()>fn compute_size_with_length_delimiter(value: &Self::Value) -> u32[src]
fn compute_size_with_length_delimiter(value: &Self::Value) -> u32Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more
fn get_from_unknown(_unknown_values: &UnknownValues) -> Option<Self::Value>[src]
fn get_from_unknown(_unknown_values: &UnknownValues) -> Option<Self::Value>fn get_cached_size(value: &Self::Value) -> u32[src]
fn get_cached_size(value: &Self::Value) -> u32Get previously computed size
fn get_cached_size_with_length_delimiter(value: &Self::Value) -> u32[src]
fn get_cached_size_with_length_delimiter(value: &Self::Value) -> u32Get previously cached size with length prefix
Auto Trait Implementations
impl Send for ProtobufTypeUint32
impl Send for ProtobufTypeUint32impl Sync for ProtobufTypeUint32
impl Sync for ProtobufTypeUint32