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: u64Length: u32Header: *mut u8DataOffset: u64Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more