#[repr(C)]pub struct AVBuffer { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVBuffer
impl RefUnwindSafe for AVBuffer
impl Send for AVBuffer
impl Sync for AVBuffer
impl Unpin for AVBuffer
impl UnwindSafe for AVBuffer
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