#[repr(C)]
pub struct DCISURFACEINFO {
Show 17 fields pub dwSize: u32, pub dwDCICaps: u32, pub dwCompression: u32, pub dwMask: [u32; 3], pub dwWidth: u32, pub dwHeight: u32, pub lStride: i32, pub dwBitCount: u32, pub dwOffSurface: usize, pub wSelSurface: u16, pub wReserved: u16, pub dwReserved1: u32, pub dwReserved2: u32, pub dwReserved3: u32, pub BeginAccess: isize, pub EndAccess: isize, pub DestroySurface: isize,
}
Expand description

Required features: "Win32_System_WindowsProgramming"

Fields

dwSize: u32dwDCICaps: u32dwCompression: u32dwMask: [u32; 3]dwWidth: u32dwHeight: u32lStride: i32dwBitCount: u32dwOffSurface: usizewSelSurface: u16wReserved: u16dwReserved1: u32dwReserved2: u32dwReserved3: u32BeginAccess: isizeEndAccess: isizeDestroySurface: isize

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.