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