#[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: DWORDTrait Implementations§
Source§impl Clone for tagDIBSECTION
impl Clone for tagDIBSECTION
Source§fn clone(&self) -> tagDIBSECTION
fn clone(&self) -> tagDIBSECTION
Returns a duplicate 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
impl Copy 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