pub struct Mut<'a> { /* private fields */ }Implementations§
Source§impl<'a> Ref<'a>
impl<'a> Ref<'a>
pub unsafe fn wrap(ptr: *mut AVDictionary) -> Self
pub unsafe fn as_mut_ptr(&self) -> *mut AVDictionary
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Ref<'a>
impl<'a> RefUnwindSafe for Ref<'a>
impl<'a> !Send for Ref<'a>
impl<'a> !Sync for Ref<'a>
impl<'a> Unpin for Ref<'a>
impl<'a> UnwindSafe for Ref<'a>
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