#[repr(C)]pub struct WICMetadataPattern {
pub Position: ULARGE_INTEGER,
pub Length: ULONG,
pub Pattern: *mut BYTE,
pub Mask: *mut BYTE,
pub DataOffset: ULARGE_INTEGER,
}
Fields§
§Position: ULARGE_INTEGER
§Length: ULONG
§Pattern: *mut BYTE
§Mask: *mut BYTE
§DataOffset: ULARGE_INTEGER
Trait Implementations§
Source§impl Clone for WICMetadataPattern
impl Clone for WICMetadataPattern
Source§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 moreSource§impl Default for WICMetadataPattern
impl Default for WICMetadataPattern
Source§fn default() -> WICMetadataPattern
fn default() -> WICMetadataPattern
Returns the “default value” for a type. Read more
impl Copy 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