Struct windows::Win32::Graphics::DirectDraw::DD_CLIPPER_GLOBAL
#[repr(C)]pub struct DD_CLIPPER_GLOBAL {
pub dwReserved1: usize,
}
Fields§
§dwReserved1: usize
Trait Implementations§
§impl Clone for DD_CLIPPER_GLOBAL
impl Clone for DD_CLIPPER_GLOBAL
§fn clone(&self) -> DD_CLIPPER_GLOBAL
fn clone(&self) -> DD_CLIPPER_GLOBAL
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 DD_CLIPPER_GLOBAL
impl Debug for DD_CLIPPER_GLOBAL
§impl Default for DD_CLIPPER_GLOBAL
impl Default for DD_CLIPPER_GLOBAL
§impl PartialEq for DD_CLIPPER_GLOBAL
impl PartialEq for DD_CLIPPER_GLOBAL
§fn eq(&self, other: &DD_CLIPPER_GLOBAL) -> bool
fn eq(&self, other: &DD_CLIPPER_GLOBAL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DD_CLIPPER_GLOBAL
impl Eq for DD_CLIPPER_GLOBAL
impl StructuralPartialEq for DD_CLIPPER_GLOBAL
Auto Trait Implementations§
impl Freeze for DD_CLIPPER_GLOBAL
impl RefUnwindSafe for DD_CLIPPER_GLOBAL
impl Send for DD_CLIPPER_GLOBAL
impl Sync for DD_CLIPPER_GLOBAL
impl Unpin for DD_CLIPPER_GLOBAL
impl UnwindSafe for DD_CLIPPER_GLOBAL
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
)