Struct windows::Win32::Graphics::GdiPlus::ImageItemData
#[repr(C)]pub struct ImageItemData {
pub Size: u32,
pub Position: u32,
pub Desc: *mut c_void,
pub DescSize: u32,
pub Data: *mut c_void,
pub DataSize: u32,
pub Cookie: u32,
}
Fields§
§Size: u32
§Position: u32
§Desc: *mut c_void
§DescSize: u32
§Data: *mut c_void
§DataSize: u32
§Cookie: u32
Trait Implementations§
§impl Clone for ImageItemData
impl Clone for ImageItemData
§fn clone(&self) -> ImageItemData
fn clone(&self) -> ImageItemData
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 ImageItemData
impl Debug for ImageItemData
§impl Default for ImageItemData
impl Default for ImageItemData
§impl PartialEq for ImageItemData
impl PartialEq for ImageItemData
§fn eq(&self, other: &ImageItemData) -> bool
fn eq(&self, other: &ImageItemData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImageItemData
impl Eq for ImageItemData
impl StructuralPartialEq for ImageItemData
Auto Trait Implementations§
impl Freeze for ImageItemData
impl RefUnwindSafe for ImageItemData
impl !Send for ImageItemData
impl !Sync for ImageItemData
impl Unpin for ImageItemData
impl UnwindSafe for ImageItemData
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
)