Struct ffmpeg_sys_next::AVIODirContext
source · [−]#[repr(C)]pub struct AVIODirContext {
pub url_context: *mut URLContext,
}Fields
url_context: *mut URLContextTrait Implementations
sourceimpl Clone for AVIODirContext
impl Clone for AVIODirContext
sourcefn clone(&self) -> AVIODirContext
fn clone(&self) -> AVIODirContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVIODirContext
impl Debug for AVIODirContext
sourceimpl PartialEq<AVIODirContext> for AVIODirContext
impl PartialEq<AVIODirContext> for AVIODirContext
sourcefn eq(&self, other: &AVIODirContext) -> bool
fn eq(&self, other: &AVIODirContext) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVIODirContext) -> bool
fn ne(&self, other: &AVIODirContext) -> bool
This method tests for !=.
impl Copy for AVIODirContext
impl Eq for AVIODirContext
impl StructuralEq for AVIODirContext
impl StructuralPartialEq for AVIODirContext
Auto Trait Implementations
impl RefUnwindSafe for AVIODirContext
impl !Send for AVIODirContext
impl !Sync for AVIODirContext
impl Unpin for AVIODirContext
impl UnwindSafe for AVIODirContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more