pub struct Moqt17;Expand description
The encoding as introduced in draft-17, whose Table 1 omits the 7-byte
length and which calls 11111100 an invalid code point. Values needing seven
bytes under Moqt18 take eight here.
Trait Implementations§
Source§impl MoqtProfile for Moqt17
impl MoqtProfile for Moqt17
Source§const SEVEN_BYTE: bool = false
const SEVEN_BYTE: bool = false
Whether the 7-byte length is defined.
Auto Trait Implementations§
impl Freeze for Moqt17
impl RefUnwindSafe for Moqt17
impl Send for Moqt17
impl Sync for Moqt17
impl Unpin for Moqt17
impl UnsafeUnpin for Moqt17
impl UnwindSafe for Moqt17
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