pub struct Integer32 {
pub value: i32,
}
Expand description
The table Integer32
in the namespace FBS.RtpParameters
Generated from these locations:
- Table
Integer32
in the filefbs/rtpParameters.fbs:20
Fields§
§value: i32
The field value
in the table Integer32
Implementations§
Source§impl Integer32
impl Integer32
Sourcepub fn builder() -> Integer32Builder<()>
pub fn builder() -> Integer32Builder<()>
Creates a Integer32Builder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_value: impl WriteAsDefault<i32, i32>, ) -> Offset<Self>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Integer32
impl<'de> Deserialize<'de> for Integer32
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Integer32
impl Ord for Integer32
Source§impl PartialOrd for Integer32
impl PartialOrd for Integer32
Source§impl<'a> TryFrom<Integer32Ref<'a>> for Integer32
impl<'a> TryFrom<Integer32Ref<'a>> for Integer32
impl Eq for Integer32
impl StructuralPartialEq for Integer32
impl VectorWrite<Offset<Integer32>> for Integer32
impl WriteAs<Offset<Integer32>> for Integer32
impl WriteAsOffset<Integer32> for Integer32
impl<T0: WriteAsDefault<i32, i32>> WriteAsOffset<Integer32> for Integer32Builder<(T0,)>
impl WriteAsOptional<Offset<Integer32>> for Integer32
Auto Trait Implementations§
impl Freeze for Integer32
impl RefUnwindSafe for Integer32
impl Send for Integer32
impl Sync for Integer32
impl Unpin for Integer32
impl UnwindSafe for Integer32
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more