Struct windows::Win32::Graphics::GdiPlus::BitmapData
#[repr(C)]pub struct BitmapData {
pub Width: u32,
pub Height: u32,
pub Stride: i32,
pub PixelFormat: i32,
pub Scan0: *mut c_void,
pub Reserved: usize,
}
Fields§
§Width: u32
§Height: u32
§Stride: i32
§PixelFormat: i32
§Scan0: *mut c_void
§Reserved: usize
Trait Implementations§
§impl Clone for BitmapData
impl Clone for BitmapData
§fn clone(&self) -> BitmapData
fn clone(&self) -> BitmapData
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 more§impl Debug for BitmapData
impl Debug for BitmapData
§impl PartialEq for BitmapData
impl PartialEq for BitmapData
§fn eq(&self, other: &BitmapData) -> bool
fn eq(&self, other: &BitmapData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BitmapData
impl Eq for BitmapData
impl StructuralPartialEq for BitmapData
Auto Trait Implementations§
impl Freeze for BitmapData
impl RefUnwindSafe for BitmapData
impl !Send for BitmapData
impl !Sync for BitmapData
impl Unpin for BitmapData
impl UnwindSafe for BitmapData
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
)