pub struct ContainerOptions {
pub container_type: Option<ContainerFormat>,
pub cmaf_container_options: Option<CMAFContainerOptions>,
}Fields§
§container_type: Option<ContainerFormat>§cmaf_container_options: Option<CMAFContainerOptions>Trait Implementations§
Source§impl Debug for ContainerOptions
impl Debug for ContainerOptions
Auto Trait Implementations§
impl Freeze for ContainerOptions
impl RefUnwindSafe for ContainerOptions
impl Send for ContainerOptions
impl Sync for ContainerOptions
impl Unpin for ContainerOptions
impl UnwindSafe for ContainerOptions
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