#[repr(u8)]pub enum IceCandidateTcpType {
Passive = 0,
}
Expand description
The enum IceCandidateTcpType
in the namespace FBS.WebRtcTransport
Generated from these locations:
- Enum
IceCandidateTcpType
in the filefbs/webRtcTransport.fbs:71
Variants§
Passive = 0
The variant PASSIVE
in the enum IceCandidateTcpType
Implementations§
Source§impl IceCandidateTcpType
impl IceCandidateTcpType
Sourcepub const ENUM_VALUES: [Self; 1]
pub const ENUM_VALUES: [Self; 1]
Array containing all valid variants of IceCandidateTcpType
Trait Implementations§
Source§impl Clone for IceCandidateTcpType
impl Clone for IceCandidateTcpType
Source§fn clone(&self) -> IceCandidateTcpType
fn clone(&self) -> IceCandidateTcpType
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 IceCandidateTcpType
impl Debug for IceCandidateTcpType
Source§impl<'de> Deserialize<'de> for IceCandidateTcpType
impl<'de> Deserialize<'de> for IceCandidateTcpType
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 From<IceCandidateTcpType> for u8
impl From<IceCandidateTcpType> for u8
Source§fn from(value: IceCandidateTcpType) -> Self
fn from(value: IceCandidateTcpType) -> Self
Converts to this type from the input type.
Source§impl Hash for IceCandidateTcpType
impl Hash for IceCandidateTcpType
Source§impl Ord for IceCandidateTcpType
impl Ord for IceCandidateTcpType
Source§fn cmp(&self, other: &IceCandidateTcpType) -> Ordering
fn cmp(&self, other: &IceCandidateTcpType) -> 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 IceCandidateTcpType
impl PartialEq for IceCandidateTcpType
Source§impl PartialOrd for IceCandidateTcpType
impl PartialOrd for IceCandidateTcpType
Source§impl Serialize for IceCandidateTcpType
impl Serialize for IceCandidateTcpType
Source§impl TryFrom<u8> for IceCandidateTcpType
impl TryFrom<u8> for IceCandidateTcpType
Source§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.
impl Copy for IceCandidateTcpType
impl Eq for IceCandidateTcpType
impl StructuralPartialEq for IceCandidateTcpType
impl VectorWrite<IceCandidateTcpType> for IceCandidateTcpType
impl WriteAs<IceCandidateTcpType> for IceCandidateTcpType
impl WriteAsDefault<IceCandidateTcpType, IceCandidateTcpType> for IceCandidateTcpType
impl WriteAsOptional<IceCandidateTcpType> for IceCandidateTcpType
Auto Trait Implementations§
impl Freeze for IceCandidateTcpType
impl RefUnwindSafe for IceCandidateTcpType
impl Send for IceCandidateTcpType
impl Sync for IceCandidateTcpType
impl Unpin for IceCandidateTcpType
impl UnwindSafe for IceCandidateTcpType
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