pub struct Integer32Array {
pub value: Option<Vec<i32>>,
}
Expand description
The table Integer32Array
in the namespace FBS.RtpParameters
Generated from these locations:
- Table
Integer32Array
in the filefbs/rtpParameters.fbs:24
Fields§
§value: Option<Vec<i32>>
The field value
in the table Integer32Array
Implementations§
Source§impl Integer32Array
impl Integer32Array
Sourcepub fn builder() -> Integer32ArrayBuilder<()>
pub fn builder() -> Integer32ArrayBuilder<()>
Creates a Integer32ArrayBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_value: impl WriteAsOptional<Offset<[i32]>>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for Integer32Array
impl Clone for Integer32Array
Source§fn clone(&self) -> Integer32Array
fn clone(&self) -> Integer32Array
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Integer32Array
impl Debug for Integer32Array
Source§impl Default for Integer32Array
impl Default for Integer32Array
Source§impl<'de> Deserialize<'de> for Integer32Array
impl<'de> Deserialize<'de> for Integer32Array
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 Hash for Integer32Array
impl Hash for Integer32Array
Source§impl Ord for Integer32Array
impl Ord for Integer32Array
Source§fn cmp(&self, other: &Integer32Array) -> Ordering
fn cmp(&self, other: &Integer32Array) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Integer32Array
impl PartialEq for Integer32Array
Source§impl PartialOrd for Integer32Array
impl PartialOrd for Integer32Array
Source§impl Serialize for Integer32Array
impl Serialize for Integer32Array
Source§impl<'a> TryFrom<Integer32ArrayRef<'a>> for Integer32Array
impl<'a> TryFrom<Integer32ArrayRef<'a>> for Integer32Array
impl Eq for Integer32Array
impl StructuralPartialEq for Integer32Array
impl VectorWrite<Offset<Integer32Array>> for Integer32Array
impl WriteAs<Offset<Integer32Array>> for Integer32Array
impl WriteAsOffset<Integer32Array> for Integer32Array
impl<T0: WriteAsOptional<Offset<[i32]>>> WriteAsOffset<Integer32Array> for Integer32ArrayBuilder<(T0,)>
impl WriteAsOptional<Offset<Integer32Array>> for Integer32Array
Auto Trait Implementations§
impl Freeze for Integer32Array
impl RefUnwindSafe for Integer32Array
impl Send for Integer32Array
impl Sync for Integer32Array
impl Unpin for Integer32Array
impl UnwindSafe for Integer32Array
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