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