Struct windows_sys::Win32::Graphics::DirectDraw::VIDMEM
[−]#[repr(C)]pub struct VIDMEM {
pub dwFlags: u32,
pub fpStart: usize,
pub Anonymous1: VIDMEM_0,
pub ddsCaps: DDSCAPS,
pub ddsCapsAlt: DDSCAPS,
pub Anonymous2: VIDMEM_1,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
dwFlags: u32fpStart: usizeAnonymous1: VIDMEM_0ddsCaps: DDSCAPSddsCapsAlt: DDSCAPSAnonymous2: VIDMEM_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VIDMEM
impl !Send for VIDMEM
impl !Sync for VIDMEM
impl Unpin for VIDMEM
impl UnwindSafe for VIDMEM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more