#[repr(C)]pub struct _userBITMAP {
pub bmType: LONG,
pub bmWidth: LONG,
pub bmHeight: LONG,
pub bmWidthBytes: LONG,
pub bmPlanes: WORD,
pub bmBitsPixel: WORD,
pub cbSize: ULONG,
pub pBuffer: [byte; 1],
}
Fields§
§bmType: LONG
§bmWidth: LONG
§bmHeight: LONG
§bmWidthBytes: LONG
§bmPlanes: WORD
§bmBitsPixel: WORD
§cbSize: ULONG
§pBuffer: [byte; 1]
Trait Implementations§
Source§impl Clone for _userBITMAP
impl Clone for _userBITMAP
Source§fn clone(&self) -> _userBITMAP
fn clone(&self) -> _userBITMAP
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _userBITMAP
impl Debug for _userBITMAP
Source§impl Ord for _userBITMAP
impl Ord for _userBITMAP
Source§fn cmp(&self, other: &_userBITMAP) -> Ordering
fn cmp(&self, other: &_userBITMAP) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _userBITMAP
impl PartialEq for _userBITMAP
Source§impl PartialOrd for _userBITMAP
impl PartialOrd for _userBITMAP
impl Copy for _userBITMAP
impl Eq for _userBITMAP
impl StructuralPartialEq for _userBITMAP
Auto Trait Implementations§
impl Freeze for _userBITMAP
impl RefUnwindSafe for _userBITMAP
impl Send for _userBITMAP
impl Sync for _userBITMAP
impl Unpin for _userBITMAP
impl UnwindSafe for _userBITMAP
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more