Struct windows_sys::Win32::Media::KernelStreaming::KS_TRUECOLORINFO
#[repr(C)]pub struct KS_TRUECOLORINFO {
pub dwBitMasks: [u32; 3],
pub bmiColors: [KS_RGBQUAD; 256],
}
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§
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