Struct windows_sys::Win32::Media::DirectShow::TRUECOLORINFO
[−]Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Graphics_Gdi"
Fields
dwBitMasks: [u32; 3]
bmiColors: [RGBQUAD; 256]
Trait Implementations
impl Clone for TRUECOLORINFO
impl Clone for TRUECOLORINFO
impl Copy for TRUECOLORINFO
Auto Trait Implementations
impl RefUnwindSafe for TRUECOLORINFO
impl Send for TRUECOLORINFO
impl Sync for TRUECOLORINFO
impl Unpin for TRUECOLORINFO
impl UnwindSafe for TRUECOLORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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