pub struct Mpeg2TsMuxer { /* private fields */ }Trait Implementations§
Source§impl Default for Mpeg2TsMuxer
impl Default for Mpeg2TsMuxer
Source§fn default() -> Mpeg2TsMuxer
fn default() -> Mpeg2TsMuxer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Mpeg2TsMuxer
impl RefUnwindSafe for Mpeg2TsMuxer
impl Send for Mpeg2TsMuxer
impl Sync for Mpeg2TsMuxer
impl Unpin for Mpeg2TsMuxer
impl UnsafeUnpin for Mpeg2TsMuxer
impl UnwindSafe for Mpeg2TsMuxer
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