pub struct AVIOContext(/* private fields */);Auto Trait Implementations§
impl Freeze for AVIOContext
impl RefUnwindSafe for AVIOContext
impl Send for AVIOContext
impl Sync for AVIOContext
impl Unpin for AVIOContext
impl UnsafeUnpin for AVIOContext
impl UnwindSafe for AVIOContext
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