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