Struct windows_sys::Win32::Media::KernelStreaming::KS_BITMAPINFOHEADER
#[repr(C)]pub struct KS_BITMAPINFOHEADER {
pub biSize: u32,
pub biWidth: i32,
pub biHeight: i32,
pub biPlanes: u16,
pub biBitCount: u16,
pub biCompression: u32,
pub biSizeImage: u32,
pub biXPelsPerMeter: i32,
pub biYPelsPerMeter: i32,
pub biClrUsed: u32,
pub biClrImportant: u32,
}
Fields§
§biSize: u32
§biWidth: i32
§biHeight: i32
§biPlanes: u16
§biBitCount: u16
§biCompression: u32
§biSizeImage: u32
§biXPelsPerMeter: i32
§biYPelsPerMeter: i32
§biClrUsed: u32
§biClrImportant: u32
Trait Implementations§
§impl Clone for KS_BITMAPINFOHEADER
impl Clone for KS_BITMAPINFOHEADER
§fn clone(&self) -> KS_BITMAPINFOHEADER
fn clone(&self) -> KS_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 KS_BITMAPINFOHEADER
Auto Trait Implementations§
impl Freeze for KS_BITMAPINFOHEADER
impl RefUnwindSafe for KS_BITMAPINFOHEADER
impl Send for KS_BITMAPINFOHEADER
impl Sync for KS_BITMAPINFOHEADER
impl Unpin for KS_BITMAPINFOHEADER
impl UnwindSafe for KS_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: 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
)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
)