Struct windows_sys::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,
}Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
cmd: DCICMDdwCompression: u32dwMask: [u32; 3]dwWidth: u32dwHeight: u32dwDCICaps: u32dwBitCount: u32lpSurface: *mut c_voidTrait Implementations
impl Clone for DCICREATEINPUT
impl Clone for DCICREATEINPUT
impl Copy for DCICREATEINPUT
Auto Trait Implementations
impl RefUnwindSafe for DCICREATEINPUT
impl !Send for DCICREATEINPUT
impl !Sync for DCICREATEINPUT
impl Unpin for DCICREATEINPUT
impl UnwindSafe for DCICREATEINPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more