Struct windows_sys::Win32::Graphics::DirectDraw::VIDEOMEMORY
[−]#[repr(C)]pub struct VIDEOMEMORY {
pub dwFlags: u32,
pub fpStart: usize,
pub Anonymous1: VIDEOMEMORY_0,
pub ddsCaps: DDSCAPS,
pub ddsCapsAlt: DDSCAPS,
pub Anonymous2: VIDEOMEMORY_1,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
dwFlags: u32
fpStart: usize
Anonymous1: VIDEOMEMORY_0
ddsCaps: DDSCAPS
ddsCapsAlt: DDSCAPS
Anonymous2: VIDEOMEMORY_1
Trait Implementations
impl Clone for VIDEOMEMORY
impl Clone for VIDEOMEMORY
impl Copy for VIDEOMEMORY
Auto Trait Implementations
impl RefUnwindSafe for VIDEOMEMORY
impl !Send for VIDEOMEMORY
impl !Sync for VIDEOMEMORY
impl Unpin for VIDEOMEMORY
impl UnwindSafe for VIDEOMEMORY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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