Struct windows::Win32::Media::Multimedia::ICDECOMPRESSEX
#[repr(C)]pub struct ICDECOMPRESSEX {}
Fields§
§dwFlags: u32
§lpbiSrc: *mut BITMAPINFOHEADER
§lpSrc: *mut c_void
§lpbiDst: *mut BITMAPINFOHEADER
§lpDst: *mut c_void
§xDst: i32
§yDst: i32
§dxDst: i32
§dyDst: i32
§xSrc: i32
§ySrc: i32
§dxSrc: i32
§dySrc: i32
Trait Implementations§
§impl Clone for ICDECOMPRESSEX
impl Clone for ICDECOMPRESSEX
§fn clone(&self) -> ICDECOMPRESSEX
fn clone(&self) -> ICDECOMPRESSEX
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 ICDECOMPRESSEX
impl Debug for ICDECOMPRESSEX
§impl Default for ICDECOMPRESSEX
impl Default for ICDECOMPRESSEX
§impl PartialEq for ICDECOMPRESSEX
impl PartialEq for ICDECOMPRESSEX
§fn eq(&self, other: &ICDECOMPRESSEX) -> bool
fn eq(&self, other: &ICDECOMPRESSEX) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ICDECOMPRESSEX
impl Eq for ICDECOMPRESSEX
impl StructuralPartialEq for ICDECOMPRESSEX
Auto Trait Implementations§
impl Freeze for ICDECOMPRESSEX
impl RefUnwindSafe for ICDECOMPRESSEX
impl !Send for ICDECOMPRESSEX
impl !Sync for ICDECOMPRESSEX
impl Unpin for ICDECOMPRESSEX
impl UnwindSafe for ICDECOMPRESSEX
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
)