Struct windows_sys::Win32::Graphics::Imaging::WICMetadataHeader
[−]#[repr(C)]pub struct WICMetadataHeader {
pub Position: u64,
pub Length: u32,
pub Header: *mut u8,
pub DataOffset: u64,
}
Expand description
Required features: "Win32_Graphics_Imaging"
Fields
Position: u64
Length: u32
Header: *mut u8
DataOffset: u64
Trait Implementations
impl Clone for WICMetadataHeader
impl Clone for WICMetadataHeader
impl Copy for WICMetadataHeader
Auto Trait Implementations
impl RefUnwindSafe for WICMetadataHeader
impl !Send for WICMetadataHeader
impl !Sync for WICMetadataHeader
impl Unpin for WICMetadataHeader
impl UnwindSafe for WICMetadataHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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