Struct windows_sys::Win32::Media::KernelStreaming::KS_TRUECOLORINFO
[−]#[repr(C)]pub struct KS_TRUECOLORINFO {
pub dwBitMasks: [u32; 3],
pub bmiColors: [KS_RGBQUAD; 256],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
dwBitMasks: [u32; 3]
bmiColors: [KS_RGBQUAD; 256]
Trait Implementations
impl Clone for KS_TRUECOLORINFO
impl Clone for KS_TRUECOLORINFO
impl Copy for KS_TRUECOLORINFO
Auto Trait Implementations
impl RefUnwindSafe for KS_TRUECOLORINFO
impl Send for KS_TRUECOLORINFO
impl Sync for KS_TRUECOLORINFO
impl Unpin for KS_TRUECOLORINFO
impl UnwindSafe for KS_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