pub struct Pacing(/* private fields */);Expand description
The a=ice-pacing value: the Ta interval an agent wants, in milliseconds (RFC 8839 §5.5).
Session-level.
Implementations§
Trait Implementations§
Source§impl Ord for Pacing
impl Ord for Pacing
1.21.0 (const: unstable) · 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 Pacing
impl PartialOrd for Pacing
impl Copy for Pacing
impl Eq for Pacing
impl StructuralPartialEq for Pacing
Auto Trait Implementations§
impl Freeze for Pacing
impl RefUnwindSafe for Pacing
impl Send for Pacing
impl Sync for Pacing
impl Unpin for Pacing
impl UnsafeUnpin for Pacing
impl UnwindSafe for Pacing
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