pub struct Moqt18;Expand description
The encoding as revised in draft-18, which restored the 7-byte length so that all nine are defined.
Trait Implementations§
Source§impl MoqtProfile for Moqt18
impl MoqtProfile for Moqt18
Source§const SEVEN_BYTE: bool = true
const SEVEN_BYTE: bool = true
Whether the 7-byte length is defined.
impl Sealed for Moqt18
Auto Trait Implementations§
impl Freeze for Moqt18
impl RefUnwindSafe for Moqt18
impl Send for Moqt18
impl Sync for Moqt18
impl Unpin for Moqt18
impl UnsafeUnpin for Moqt18
impl UnwindSafe for Moqt18
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