pub struct VLCObject { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Send for VLCObject
impl !Sync for VLCObject
impl Freeze for VLCObject
impl RefUnwindSafe for VLCObject
impl Unpin for VLCObject
impl UnsafeUnpin for VLCObject
impl UnwindSafe for VLCObject
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