pub enum GroupSemantics {
LS,
FID,
SRF,
ANAT,
FEC,
DDP,
Other(String),
}Expand description
Semantics for Group Attribute
Variants§
LS
Lip Synchronization
FID
Flow Identification
SRF
Single Reservation Flow
ANAT
Alternative Network Address Types
FEC
Forward Error Correction
DDP
Decoding Dependency
Other(String)
Other Semantics
Implementations§
Trait Implementations§
Source§impl Clone for GroupSemantics
impl Clone for GroupSemantics
Source§fn clone(&self) -> GroupSemantics
fn clone(&self) -> GroupSemantics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupSemantics
impl Debug for GroupSemantics
impl Eq for GroupSemantics
Source§impl PartialEq for GroupSemantics
impl PartialEq for GroupSemantics
impl StructuralPartialEq for GroupSemantics
Auto Trait Implementations§
impl Freeze for GroupSemantics
impl RefUnwindSafe for GroupSemantics
impl Send for GroupSemantics
impl Sync for GroupSemantics
impl Unpin for GroupSemantics
impl UnsafeUnpin for GroupSemantics
impl UnwindSafe for GroupSemantics
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