pub struct ProtoFlattenedSerializerFieldT {
pub var_type_sym: Option<i32>,
pub var_name_sym: Option<i32>,
pub bit_count: Option<i32>,
pub low_value: Option<f32>,
pub high_value: Option<f32>,
pub encode_flags: Option<i32>,
pub field_serializer_name_sym: Option<i32>,
pub field_serializer_version: Option<i32>,
pub send_node_sym: Option<i32>,
pub var_encoder_sym: Option<i32>,
pub polymorphic_types: Vec<PolymorphicFieldT>,
pub var_serializer_sym: Option<i32>,
}Fields§
§var_type_sym: Option<i32>§var_name_sym: Option<i32>§bit_count: Option<i32>§low_value: Option<f32>§high_value: Option<f32>§encode_flags: Option<i32>§field_serializer_name_sym: Option<i32>§field_serializer_version: Option<i32>§send_node_sym: Option<i32>§var_encoder_sym: Option<i32>§polymorphic_types: Vec<PolymorphicFieldT>§var_serializer_sym: Option<i32>Implementations§
Source§impl ProtoFlattenedSerializerFieldT
impl ProtoFlattenedSerializerFieldT
Sourcepub fn var_type_sym(&self) -> i32
pub fn var_type_sym(&self) -> i32
Returns the value of var_type_sym, or the default value if var_type_sym is unset.
Sourcepub fn var_name_sym(&self) -> i32
pub fn var_name_sym(&self) -> i32
Returns the value of var_name_sym, or the default value if var_name_sym is unset.
Sourcepub fn bit_count(&self) -> i32
pub fn bit_count(&self) -> i32
Returns the value of bit_count, or the default value if bit_count is unset.
Sourcepub fn low_value(&self) -> f32
pub fn low_value(&self) -> f32
Returns the value of low_value, or the default value if low_value is unset.
Sourcepub fn high_value(&self) -> f32
pub fn high_value(&self) -> f32
Returns the value of high_value, or the default value if high_value is unset.
Sourcepub fn encode_flags(&self) -> i32
pub fn encode_flags(&self) -> i32
Returns the value of encode_flags, or the default value if encode_flags is unset.
Sourcepub fn field_serializer_name_sym(&self) -> i32
pub fn field_serializer_name_sym(&self) -> i32
Returns the value of field_serializer_name_sym, or the default value if field_serializer_name_sym is unset.
Sourcepub fn field_serializer_version(&self) -> i32
pub fn field_serializer_version(&self) -> i32
Returns the value of field_serializer_version, or the default value if field_serializer_version is unset.
Sourcepub fn send_node_sym(&self) -> i32
pub fn send_node_sym(&self) -> i32
Returns the value of send_node_sym, or the default value if send_node_sym is unset.
Sourcepub fn var_encoder_sym(&self) -> i32
pub fn var_encoder_sym(&self) -> i32
Returns the value of var_encoder_sym, or the default value if var_encoder_sym is unset.
Sourcepub fn var_serializer_sym(&self) -> i32
pub fn var_serializer_sym(&self) -> i32
Returns the value of var_serializer_sym, or the default value if var_serializer_sym is unset.
Trait Implementations§
Source§impl Clone for ProtoFlattenedSerializerFieldT
impl Clone for ProtoFlattenedSerializerFieldT
Source§fn clone(&self) -> ProtoFlattenedSerializerFieldT
fn clone(&self) -> ProtoFlattenedSerializerFieldT
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for ProtoFlattenedSerializerFieldT
impl Default for ProtoFlattenedSerializerFieldT
Source§fn default() -> ProtoFlattenedSerializerFieldT
fn default() -> ProtoFlattenedSerializerFieldT
Source§impl<'de> Deserialize<'de> for ProtoFlattenedSerializerFieldT
impl<'de> Deserialize<'de> for ProtoFlattenedSerializerFieldT
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ProtoFlattenedSerializerFieldT, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ProtoFlattenedSerializerFieldT, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Message for ProtoFlattenedSerializerFieldT
impl Message for ProtoFlattenedSerializerFieldT
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl Serialize for ProtoFlattenedSerializerFieldT
impl Serialize for ProtoFlattenedSerializerFieldT
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl StructuralPartialEq for ProtoFlattenedSerializerFieldT
Auto Trait Implementations§
impl Freeze for ProtoFlattenedSerializerFieldT
impl RefUnwindSafe for ProtoFlattenedSerializerFieldT
impl Send for ProtoFlattenedSerializerFieldT
impl Sync for ProtoFlattenedSerializerFieldT
impl Unpin for ProtoFlattenedSerializerFieldT
impl UnwindSafe for ProtoFlattenedSerializerFieldT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)