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: u64