Struct clipboard_win::types::BITMAPINFOHEADER
source · #[repr(C)]pub struct BITMAPINFOHEADER {
pub biSize: DWORD,
pub biWidth: LONG,
pub biHeight: LONG,
pub biPlanes: WORD,
pub biBitCount: WORD,
pub biCompression: DWORD,
pub biSizeImage: DWORD,
pub biXPelsPerMeter: LONG,
pub biYPelsPerMeter: LONG,
pub biClrUsed: DWORD,
pub biClrImportant: DWORD,
}
Fields§
§biSize: DWORD
§biWidth: LONG
§biHeight: LONG
§biPlanes: WORD
§biBitCount: WORD
§biCompression: DWORD
§biSizeImage: DWORD
§biXPelsPerMeter: LONG
§biYPelsPerMeter: LONG
§biClrUsed: DWORD
§biClrImportant: DWORD
Trait Implementations§
source§impl Clone for BITMAPINFOHEADER
impl Clone for BITMAPINFOHEADER
source§fn clone(&self) -> BITMAPINFOHEADER
fn clone(&self) -> BITMAPINFOHEADER
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 moreimpl Copy for BITMAPINFOHEADER
Auto Trait Implementations§
impl Freeze for BITMAPINFOHEADER
impl RefUnwindSafe for BITMAPINFOHEADER
impl Send for BITMAPINFOHEADER
impl Sync for BITMAPINFOHEADER
impl Unpin for BITMAPINFOHEADER
impl UnwindSafe for BITMAPINFOHEADER
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)