Struct windows::Win32::System::WindowsProgramming::DCICREATEINPUT
#[repr(C)]pub struct DCICREATEINPUT {
pub cmd: DCICMD,
pub dwCompression: u32,
pub dwMask: [u32; 3],
pub dwWidth: u32,
pub dwHeight: u32,
pub dwDCICaps: u32,
pub dwBitCount: u32,
pub lpSurface: *mut c_void,
}
Fields§
§cmd: DCICMD
§dwCompression: u32
§dwMask: [u32; 3]
§dwWidth: u32
§dwHeight: u32
§dwDCICaps: u32
§dwBitCount: u32
§lpSurface: *mut c_void
Trait Implementations§
§impl Clone for DCICREATEINPUT
impl Clone for DCICREATEINPUT
§fn clone(&self) -> DCICREATEINPUT
fn clone(&self) -> DCICREATEINPUT
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 DCICREATEINPUT
impl Debug for DCICREATEINPUT
§impl Default for DCICREATEINPUT
impl Default for DCICREATEINPUT
§impl PartialEq for DCICREATEINPUT
impl PartialEq for DCICREATEINPUT
§fn eq(&self, other: &DCICREATEINPUT) -> bool
fn eq(&self, other: &DCICREATEINPUT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DCICREATEINPUT
impl Eq for DCICREATEINPUT
impl StructuralPartialEq for DCICREATEINPUT
Auto Trait Implementations§
impl Freeze for DCICREATEINPUT
impl RefUnwindSafe for DCICREATEINPUT
impl !Send for DCICREATEINPUT
impl !Sync for DCICREATEINPUT
impl Unpin for DCICREATEINPUT
impl UnwindSafe for DCICREATEINPUT
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
)