#[repr(C)]pub struct FFFrameBucket {
pub frame: *mut AVFrame,
}
Fields§
§frame: *mut AVFrame
Trait Implementations§
Source§impl Clone for FFFrameBucket
impl Clone for FFFrameBucket
Source§fn clone(&self) -> FFFrameBucket
fn clone(&self) -> FFFrameBucket
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FFFrameBucket
impl Debug for FFFrameBucket
impl Copy for FFFrameBucket
Auto Trait Implementations§
impl Freeze for FFFrameBucket
impl RefUnwindSafe for FFFrameBucket
impl !Send for FFFrameBucket
impl !Sync for FFFrameBucket
impl Unpin for FFFrameBucket
impl UnwindSafe for FFFrameBucket
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