pub struct mfxFrameSurface1 { /* private fields */ }Trait Implementations§
Source§impl Clone for mfxFrameSurface1
impl Clone for mfxFrameSurface1
Source§fn clone(&self) -> mfxFrameSurface1
fn clone(&self) -> mfxFrameSurface1
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 mfxFrameSurface1
Auto Trait Implementations§
impl Freeze for mfxFrameSurface1
impl RefUnwindSafe for mfxFrameSurface1
impl Send for mfxFrameSurface1
impl Sync for mfxFrameSurface1
impl Unpin for mfxFrameSurface1
impl UnsafeUnpin for mfxFrameSurface1
impl UnwindSafe for mfxFrameSurface1
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