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