Struct windows::Win32::Media::Multimedia::ICCOMPRESS
#[repr(C)]pub struct ICCOMPRESS {
pub dwFlags: u32,
pub lpbiOutput: *mut BITMAPINFOHEADER,
pub lpOutput: *mut c_void,
pub lpbiInput: *mut BITMAPINFOHEADER,
pub lpInput: *mut c_void,
pub lpckid: *mut u32,
pub lpdwFlags: *mut u32,
pub lFrameNum: i32,
pub dwFrameSize: u32,
pub dwQuality: u32,
pub lpbiPrev: *mut BITMAPINFOHEADER,
pub lpPrev: *mut c_void,
}
Fields§
§dwFlags: u32
§lpbiOutput: *mut BITMAPINFOHEADER
§lpOutput: *mut c_void
§lpbiInput: *mut BITMAPINFOHEADER
§lpInput: *mut c_void
§lpckid: *mut u32
§lpdwFlags: *mut u32
§lFrameNum: i32
§dwFrameSize: u32
§dwQuality: u32
§lpbiPrev: *mut BITMAPINFOHEADER
§lpPrev: *mut c_void
Trait Implementations§
§impl Clone for ICCOMPRESS
impl Clone for ICCOMPRESS
§fn clone(&self) -> ICCOMPRESS
fn clone(&self) -> ICCOMPRESS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ICCOMPRESS
impl Debug for ICCOMPRESS
§impl PartialEq for ICCOMPRESS
impl PartialEq for ICCOMPRESS
§fn eq(&self, other: &ICCOMPRESS) -> bool
fn eq(&self, other: &ICCOMPRESS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ICCOMPRESS
impl Eq for ICCOMPRESS
impl StructuralPartialEq for ICCOMPRESS
Auto Trait Implementations§
impl Freeze for ICCOMPRESS
impl RefUnwindSafe for ICCOMPRESS
impl !Send for ICCOMPRESS
impl !Sync for ICCOMPRESS
impl Unpin for ICCOMPRESS
impl UnwindSafe for ICCOMPRESS
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
)