Struct DDRAWI_DDRAWCLIPPER_GBL
#[repr(C)]pub struct DDRAWI_DDRAWCLIPPER_GBL {
pub dwRefCnt: u32,
pub dwFlags: u32,
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub dwProcessId: u32,
pub dwReserved1: usize,
pub hWnd: usize,
pub lpStaticClipList: *mut RGNDATA,
}
Fields§
§dwRefCnt: u32
§dwFlags: u32
§lpDD: *mut DDRAWI_DIRECTDRAW_GBL
§dwProcessId: u32
§dwReserved1: usize
§hWnd: usize
§lpStaticClipList: *mut RGNDATA
Trait Implementations§
§impl Clone for DDRAWI_DDRAWCLIPPER_GBL
impl Clone for DDRAWI_DDRAWCLIPPER_GBL
§fn clone(&self) -> DDRAWI_DDRAWCLIPPER_GBL
fn clone(&self) -> DDRAWI_DDRAWCLIPPER_GBL
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 DDRAWI_DDRAWCLIPPER_GBL
impl Debug for DDRAWI_DDRAWCLIPPER_GBL
§impl Default for DDRAWI_DDRAWCLIPPER_GBL
impl Default for DDRAWI_DDRAWCLIPPER_GBL
§impl PartialEq for DDRAWI_DDRAWCLIPPER_GBL
impl PartialEq for DDRAWI_DDRAWCLIPPER_GBL
impl Copy for DDRAWI_DDRAWCLIPPER_GBL
impl StructuralPartialEq for DDRAWI_DDRAWCLIPPER_GBL
Auto Trait Implementations§
impl Freeze for DDRAWI_DDRAWCLIPPER_GBL
impl RefUnwindSafe for DDRAWI_DDRAWCLIPPER_GBL
impl !Send for DDRAWI_DDRAWCLIPPER_GBL
impl !Sync for DDRAWI_DDRAWCLIPPER_GBL
impl Unpin for DDRAWI_DDRAWCLIPPER_GBL
impl UnwindSafe for DDRAWI_DDRAWCLIPPER_GBL
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