pub struct ExtMap {
pub value: isize,
pub direction: Direction,
pub uri: Option<Url>,
pub ext_attr: Option<String>,
}Expand description
ExtMap represents the activation of a single RTP header extension
Fields§
§value: isize§direction: Direction§uri: Option<Url>§ext_attr: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExtMap
impl Send for ExtMap
impl Sync for ExtMap
impl Unpin for ExtMap
impl UnwindSafe for ExtMap
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