#[repr(C)]
pub union DDRAWI_DDRAWSURFACE_GBL_MORE_0 {
pub dwPhysicalPageTable: u32,
pub fpPhysicalVidMem: usize,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwPhysicalPageTable: u32
fpPhysicalVidMem: usize
Trait Implementations
impl Clone for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl Clone for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl Copy for DDRAWI_DDRAWSURFACE_GBL_MORE_0
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl Send for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl Sync for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl Unpin for DDRAWI_DDRAWSURFACE_GBL_MORE_0
impl UnwindSafe for DDRAWI_DDRAWSURFACE_GBL_MORE_0
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