#[repr(C)]
pub struct DDRAWI_DDRAWSURFACE_GBL { pub dwRefCnt: u32, pub dwGlobalFlags: u32, pub Anonymous1: DDRAWI_DDRAWSURFACE_GBL_0, pub Anonymous2: DDRAWI_DDRAWSURFACE_GBL_1, pub Anonymous3: DDRAWI_DDRAWSURFACE_GBL_2, pub fpVidMem: usize, pub Anonymous4: DDRAWI_DDRAWSURFACE_GBL_3, pub wHeight: u16, pub wWidth: u16, pub dwUsageCount: u32, pub dwReserved1: usize, pub ddpfSurface: DDPIXELFORMAT, }
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

dwRefCnt: u32dwGlobalFlags: u32Anonymous1: DDRAWI_DDRAWSURFACE_GBL_0Anonymous2: DDRAWI_DDRAWSURFACE_GBL_1Anonymous3: DDRAWI_DDRAWSURFACE_GBL_2fpVidMem: usizeAnonymous4: DDRAWI_DDRAWSURFACE_GBL_3wHeight: u16wWidth: u16dwUsageCount: u32dwReserved1: usizeddpfSurface: DDPIXELFORMAT

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.