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