Struct MFVideoFlags
#[repr(transparent)]pub struct MFVideoFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFVideoFlags
impl Clone for MFVideoFlags
§fn clone(&self) -> MFVideoFlags
fn clone(&self) -> MFVideoFlags
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 MFVideoFlags
impl Debug for MFVideoFlags
§impl Default for MFVideoFlags
impl Default for MFVideoFlags
§fn default() -> MFVideoFlags
fn default() -> MFVideoFlags
Returns the “default value” for a type. Read more
§impl PartialEq for MFVideoFlags
impl PartialEq for MFVideoFlags
impl Copy for MFVideoFlags
impl Eq for MFVideoFlags
impl StructuralPartialEq for MFVideoFlags
Auto Trait Implementations§
impl Freeze for MFVideoFlags
impl RefUnwindSafe for MFVideoFlags
impl Send for MFVideoFlags
impl Sync for MFVideoFlags
impl Unpin for MFVideoFlags
impl UnwindSafe for MFVideoFlags
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