#[repr(C)]pub struct tagDIBSECTION {
pub dsBm: BITMAP,
pub dsBmih: BITMAPINFOHEADER,
pub dsBitfields: [DWORD; 3],
pub dshSection: HANDLE,
pub dsOffset: DWORD,
}
Fields§
§dsBm: BITMAP
§dsBmih: BITMAPINFOHEADER
§dsBitfields: [DWORD; 3]
§dshSection: HANDLE
§dsOffset: DWORD
Trait Implementations§
Source§impl Clone for tagDIBSECTION
impl Clone for tagDIBSECTION
Source§fn clone(&self) -> tagDIBSECTION
fn clone(&self) -> tagDIBSECTION
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 tagDIBSECTION
impl Debug for tagDIBSECTION
Source§impl Ord for tagDIBSECTION
impl Ord for tagDIBSECTION
Source§fn cmp(&self, other: &tagDIBSECTION) -> Ordering
fn cmp(&self, other: &tagDIBSECTION) -> 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 tagDIBSECTION
impl PartialEq for tagDIBSECTION
Source§impl PartialOrd for tagDIBSECTION
impl PartialOrd for tagDIBSECTION
impl Copy for tagDIBSECTION
impl Eq for tagDIBSECTION
impl StructuralPartialEq for tagDIBSECTION
Auto Trait Implementations§
impl Freeze for tagDIBSECTION
impl RefUnwindSafe for tagDIBSECTION
impl !Send for tagDIBSECTION
impl !Sync for tagDIBSECTION
impl Unpin for tagDIBSECTION
impl UnwindSafe for tagDIBSECTION
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