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
impl Copy for KS_BITMAPINFOHEADER
Auto Trait Implementations§
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