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