#[repr(C)]pub struct moq_container_init {
pub format: u32,
pub init: *const u8,
pub init_len: usize,
}Expand description
Configuration for moq_publish_container.
There is no label here: a container publishes and describes its own tracks, so a rendition name would have no single track to land on.
Fields§
§format: u32The container format, a moq_container_format value.
init: *const u8The leading chunk of the container, decoded immediately, or NULL.
init_len: usizeLength of init in bytes.
Auto Trait Implementations§
impl !Send for moq_container_init
impl !Sync for moq_container_init
impl Freeze for moq_container_init
impl RefUnwindSafe for moq_container_init
impl Unpin for moq_container_init
impl UnsafeUnpin for moq_container_init
impl UnwindSafe for moq_container_init
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