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