Struct windows_sys::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,
}Expand description
Required features: "Win32_Graphics_Imaging"
Fields
Position: u64Length: u32Pattern: *mut u8Mask: *mut u8DataOffset: u64Trait Implementations
impl Clone for WICMetadataPattern
impl Clone for WICMetadataPattern
impl Copy for WICMetadataPattern
Auto Trait Implementations
impl RefUnwindSafe for WICMetadataPattern
impl !Send for WICMetadataPattern
impl !Sync for WICMetadataPattern
impl Unpin for WICMetadataPattern
impl UnwindSafe for WICMetadataPattern
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more