pub struct SctpListener {
pub stream_id_table: Vec<Uint16String>,
}
Expand description
The table SctpListener
in the namespace FBS.Transport
Generated from these locations:
- Table
SctpListener
in the filefbs/transport.fbs:109
Fields§
§stream_id_table: Vec<Uint16String>
The field stream_id_table
in the table SctpListener
Implementations§
Source§impl SctpListener
impl SctpListener
Sourcepub fn builder() -> SctpListenerBuilder<()>
pub fn builder() -> SctpListenerBuilder<()>
Creates a SctpListenerBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_stream_id_table: impl WriteAs<Offset<[Offset<Uint16String>]>>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for SctpListener
impl Clone for SctpListener
Source§fn clone(&self) -> SctpListener
fn clone(&self) -> SctpListener
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 SctpListener
impl Debug for SctpListener
Source§impl<'de> Deserialize<'de> for SctpListener
impl<'de> Deserialize<'de> for SctpListener
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 SctpListener
impl Hash for SctpListener
Source§impl Ord for SctpListener
impl Ord for SctpListener
Source§fn cmp(&self, other: &SctpListener) -> Ordering
fn cmp(&self, other: &SctpListener) -> 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 SctpListener
impl PartialEq for SctpListener
Source§impl PartialOrd for SctpListener
impl PartialOrd for SctpListener
Source§impl Serialize for SctpListener
impl Serialize for SctpListener
Source§impl<'a> TryFrom<SctpListenerRef<'a>> for SctpListener
impl<'a> TryFrom<SctpListenerRef<'a>> for SctpListener
impl Eq for SctpListener
impl StructuralPartialEq for SctpListener
impl VectorWrite<Offset<SctpListener>> for SctpListener
impl WriteAs<Offset<SctpListener>> for SctpListener
impl WriteAsOffset<SctpListener> for SctpListener
impl<T0: WriteAs<Offset<[Offset<Uint16String>]>>> WriteAsOffset<SctpListener> for SctpListenerBuilder<(T0,)>
impl WriteAsOptional<Offset<SctpListener>> for SctpListener
Auto Trait Implementations§
impl Freeze for SctpListener
impl RefUnwindSafe for SctpListener
impl Send for SctpListener
impl Sync for SctpListener
impl Unpin for SctpListener
impl UnwindSafe for SctpListener
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