#[repr(C)]pub struct WICMetadataHeader {
pub Position: ULARGE_INTEGER,
pub Length: ULONG,
pub Header: *mut BYTE,
pub DataOffset: ULARGE_INTEGER,
}
Fields§
§Position: ULARGE_INTEGER
§Length: ULONG
§Header: *mut BYTE
§DataOffset: ULARGE_INTEGER
Trait Implementations§
Source§impl Clone for WICMetadataHeader
impl Clone for WICMetadataHeader
Source§fn clone(&self) -> WICMetadataHeader
fn clone(&self) -> WICMetadataHeader
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 moreSource§impl Default for WICMetadataHeader
impl Default for WICMetadataHeader
Source§fn default() -> WICMetadataHeader
fn default() -> WICMetadataHeader
Returns the “default value” for a type. Read more
impl Copy for WICMetadataHeader
Auto Trait Implementations§
impl Freeze for WICMetadataHeader
impl RefUnwindSafe for WICMetadataHeader
impl !Send for WICMetadataHeader
impl !Sync for WICMetadataHeader
impl Unpin for WICMetadataHeader
impl UnwindSafe for WICMetadataHeader
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