pub struct _mfxSession { /* private fields */ }Trait Implementations§
Source§impl Clone for _mfxSession
impl Clone for _mfxSession
Source§fn clone(&self) -> _mfxSession
fn clone(&self) -> _mfxSession
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _mfxSession
Auto Trait Implementations§
impl Freeze for _mfxSession
impl RefUnwindSafe for _mfxSession
impl Send for _mfxSession
impl Sync for _mfxSession
impl Unpin for _mfxSession
impl UnsafeUnpin for _mfxSession
impl UnwindSafe for _mfxSession
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