pub struct Input { /* private fields */ }Implementations
sourceimpl Input
impl Input
pub unsafe fn wrap(ptr: *mut AVInputFormat) -> Self
pub unsafe fn as_ptr(&self) -> *const AVInputFormat
pub unsafe fn as_mut_ptr(&mut self) -> *mut AVInputFormat
sourceimpl Input
impl Input
pub fn name(&self) -> &str
pub fn description(&self) -> &str
pub fn extensions(&self) -> Vec<&str>
pub fn mime_types(&self) -> Vec<&str>
Auto Trait Implementations
impl RefUnwindSafe for Input
impl !Send for Input
impl !Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more