Struct windows_sys::Win32::Media::DirectShow::AVIPALCHANGE
[−]#[repr(C)]pub struct AVIPALCHANGE {
pub bFirstEntry: u8,
pub bNumEntries: u8,
pub wFlags: u16,
pub peNew: [PALETTEENTRY; 1],
}
Expand description
Required features: ‘Win32_Media_DirectShow’, ‘Win32_Graphics_Gdi’
Fields
bFirstEntry: u8
bNumEntries: u8
wFlags: u16
peNew: [PALETTEENTRY; 1]
Trait Implementations
impl Clone for AVIPALCHANGE
impl Clone for AVIPALCHANGE
impl Copy for AVIPALCHANGE
Auto Trait Implementations
impl RefUnwindSafe for AVIPALCHANGE
impl Send for AVIPALCHANGE
impl Sync for AVIPALCHANGE
impl Unpin for AVIPALCHANGE
impl UnwindSafe for AVIPALCHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more