Struct MFVideo3DFormat
#[repr(transparent)]pub struct MFVideo3DFormat(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFVideo3DFormat
impl Clone for MFVideo3DFormat
§fn clone(&self) -> MFVideo3DFormat
fn clone(&self) -> MFVideo3DFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MFVideo3DFormat
impl Debug for MFVideo3DFormat
§impl Default for MFVideo3DFormat
impl Default for MFVideo3DFormat
§fn default() -> MFVideo3DFormat
fn default() -> MFVideo3DFormat
Returns the “default value” for a type. Read more
§impl PartialEq for MFVideo3DFormat
impl PartialEq for MFVideo3DFormat
impl Copy for MFVideo3DFormat
impl Eq for MFVideo3DFormat
impl StructuralPartialEq for MFVideo3DFormat
Auto Trait Implementations§
impl Freeze for MFVideo3DFormat
impl RefUnwindSafe for MFVideo3DFormat
impl Send for MFVideo3DFormat
impl Sync for MFVideo3DFormat
impl Unpin for MFVideo3DFormat
impl UnwindSafe for MFVideo3DFormat
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