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