pub enum AvStreamInitStatus {
InWriteHeader,
InInitOutput,
}Variants§
InWriteHeader
the codec had not already been fully initialized
InInitOutput
the codec had already been fully initialized
Auto Trait Implementations§
impl Freeze for AvStreamInitStatus
impl RefUnwindSafe for AvStreamInitStatus
impl Send for AvStreamInitStatus
impl Sync for AvStreamInitStatus
impl Unpin for AvStreamInitStatus
impl UnsafeUnpin for AvStreamInitStatus
impl UnwindSafe for AvStreamInitStatus
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