Struct winsafe::BITMAP[][src]

#[repr(C)]
pub struct BITMAP { pub bmType: i32, pub bmWidth: i32, pub bmHeight: i32, pub bmWidthBytes: i32, pub bmPlanes: u16, pub bmBitsPixel: u16, pub bmBits: *mut u8, }
Expand description

BITMAP struct.

Fields

bmType: i32bmWidth: i32bmHeight: i32bmWidthBytes: i32bmPlanes: u16bmBitsPixel: u16bmBits: *mut u8

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.