Struct ffmpeg_sys_next::AVBufferRef
source · [−]Fields
buffer: *mut AVBufferdata: *mut u8size: c_intTrait Implementations
sourceimpl Clone for AVBufferRef
impl Clone for AVBufferRef
sourcefn clone(&self) -> AVBufferRef
fn clone(&self) -> AVBufferRef
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 AVBufferRef
impl Debug for AVBufferRef
sourceimpl PartialEq<AVBufferRef> for AVBufferRef
impl PartialEq<AVBufferRef> for AVBufferRef
sourcefn eq(&self, other: &AVBufferRef) -> bool
fn eq(&self, other: &AVBufferRef) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVBufferRef) -> bool
fn ne(&self, other: &AVBufferRef) -> bool
This method tests for !=.
impl Copy for AVBufferRef
impl Eq for AVBufferRef
impl StructuralEq for AVBufferRef
impl StructuralPartialEq for AVBufferRef
Auto Trait Implementations
impl RefUnwindSafe for AVBufferRef
impl !Send for AVBufferRef
impl !Sync for AVBufferRef
impl Unpin for AVBufferRef
impl UnwindSafe for AVBufferRef
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