pub struct AVBSFContext {
pub par_in: *mut AVCodecParameters,
pub par_out: *mut AVCodecParameters,
pub time_base_in: AVRational,
pub time_base_out: AVRational,
}Fields§
§par_in: *mut AVCodecParameters§par_out: *mut AVCodecParameters§time_base_in: AVRational§time_base_out: AVRationalAuto Trait Implementations§
impl !Send for AVBSFContext
impl !Sync for AVBSFContext
impl Freeze for AVBSFContext
impl RefUnwindSafe for AVBSFContext
impl Unpin for AVBSFContext
impl UnsafeUnpin for AVBSFContext
impl UnwindSafe for AVBSFContext
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