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