Struct windows_sys::Win32::System::SystemServices::userBITMAP
#[repr(C)]pub struct userBITMAP {
pub bmType: i32,
pub bmWidth: i32,
pub bmHeight: i32,
pub bmWidthBytes: i32,
pub bmPlanes: u16,
pub bmBitsPixel: u16,
pub cbSize: u32,
pub pBuffer: [u8; 1],
}
Fields§
§bmType: i32
§bmWidth: i32
§bmHeight: i32
§bmWidthBytes: i32
§bmPlanes: u16
§bmBitsPixel: u16
§cbSize: u32
§pBuffer: [u8; 1]
Trait Implementations§
§impl Clone for userBITMAP
impl Clone for userBITMAP
§fn clone(&self) -> userBITMAP
fn clone(&self) -> userBITMAP
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 userBITMAP
Auto Trait Implementations§
impl Freeze for userBITMAP
impl RefUnwindSafe for userBITMAP
impl Send for userBITMAP
impl Sync for userBITMAP
impl Unpin for userBITMAP
impl UnwindSafe for userBITMAP
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
)