Struct windows_sys::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],
}Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32dwNLVBCaps: u32dwNLVBCaps2: u32dwNLVBCKeyCaps: u32dwNLVBFXCaps: u32dwNLVBRops: [u32; 8]Trait Implementations
impl Clone for DDNONLOCALVIDMEMCAPS
impl Clone for DDNONLOCALVIDMEMCAPS
impl Copy for DDNONLOCALVIDMEMCAPS
Auto Trait Implementations
impl RefUnwindSafe for DDNONLOCALVIDMEMCAPS
impl Send for DDNONLOCALVIDMEMCAPS
impl Sync for DDNONLOCALVIDMEMCAPS
impl Unpin for DDNONLOCALVIDMEMCAPS
impl UnwindSafe for DDNONLOCALVIDMEMCAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more