#[repr(C)]pub struct MT_CUSTOM_VIDEO_PRIMARIES {
pub fRx: f32,
pub fRy: f32,
pub fGx: f32,
pub fGy: f32,
pub fBx: f32,
pub fBy: f32,
pub fWx: f32,
pub fWy: f32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
fRx: f32
fRy: f32
fGx: f32
fGy: f32
fBx: f32
fBy: f32
fWx: f32
fWy: f32
Trait Implementations
impl Clone for MT_CUSTOM_VIDEO_PRIMARIES
impl Clone for MT_CUSTOM_VIDEO_PRIMARIES
impl Copy for MT_CUSTOM_VIDEO_PRIMARIES
Auto Trait Implementations
impl RefUnwindSafe for MT_CUSTOM_VIDEO_PRIMARIES
impl Send for MT_CUSTOM_VIDEO_PRIMARIES
impl Sync for MT_CUSTOM_VIDEO_PRIMARIES
impl Unpin for MT_CUSTOM_VIDEO_PRIMARIES
impl UnwindSafe for MT_CUSTOM_VIDEO_PRIMARIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more