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