Struct 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
impl Copy 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