Struct windows_sys::Win32::Media::Multimedia::ICPALETTE
#[repr(C)]pub struct ICPALETTE {
pub dwFlags: u32,
pub iStart: i32,
pub iLen: i32,
pub lppe: *mut PALETTEENTRY,
}
Fields§
§dwFlags: u32
§iStart: i32
§iLen: i32
§lppe: *mut PALETTEENTRY
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ICPALETTE
impl RefUnwindSafe for ICPALETTE
impl !Send for ICPALETTE
impl !Sync for ICPALETTE
impl Unpin for ICPALETTE
impl UnwindSafe for ICPALETTE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)