Struct windows_sys::Win32::Media::DirectShow::COLORKEY
[−]#[repr(C)]pub struct COLORKEY {
pub KeyType: u32,
pub PaletteIndex: u32,
pub LowColorValue: u32,
pub HighColorValue: u32,
}Expand description
Required features: "Win32_Media_DirectShow"
Fields
KeyType: u32PaletteIndex: u32LowColorValue: u32HighColorValue: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for COLORKEY
impl Send for COLORKEY
impl Sync for COLORKEY
impl Unpin for COLORKEY
impl UnwindSafe for COLORKEY
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