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