Struct 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 moreimpl Copy 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