#[repr(C)]pub struct moq_json_stream_config {
pub compression: bool,
}Expand description
Options for a JSON stream track (lossless append-log mode).
Fields§
§compression: boolDEFLATE-compress the group. Must match on the producer and consumer.
Auto Trait Implementations§
impl Freeze for moq_json_stream_config
impl RefUnwindSafe for moq_json_stream_config
impl Send for moq_json_stream_config
impl Sync for moq_json_stream_config
impl Unpin for moq_json_stream_config
impl UnsafeUnpin for moq_json_stream_config
impl UnwindSafe for moq_json_stream_config
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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