Struct windows_sys::Win32::Media::KernelStreaming::KS_RGBQUAD
[−]#[repr(C)]pub struct KS_RGBQUAD {
pub rgbBlue: u8,
pub rgbGreen: u8,
pub rgbRed: u8,
pub rgbReserved: u8,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
rgbBlue: u8
rgbGreen: u8
rgbRed: u8
rgbReserved: u8
Trait Implementations
impl Clone for KS_RGBQUAD
impl Clone for KS_RGBQUAD
impl Copy for KS_RGBQUAD
Auto Trait Implementations
impl RefUnwindSafe for KS_RGBQUAD
impl Send for KS_RGBQUAD
impl Sync for KS_RGBQUAD
impl Unpin for KS_RGBQUAD
impl UnwindSafe for KS_RGBQUAD
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