#[repr(C)]pub struct tagENHMETAHEADER {Show 19 fields
pub iType: DWORD,
pub nSize: DWORD,
pub rclBounds: RECTL,
pub rclFrame: RECTL,
pub dSignature: DWORD,
pub nVersion: DWORD,
pub nBytes: DWORD,
pub nRecords: DWORD,
pub nHandles: WORD,
pub sReserved: WORD,
pub nDescription: DWORD,
pub offDescription: DWORD,
pub nPalEntries: DWORD,
pub szlDevice: SIZEL,
pub szlMillimeters: SIZEL,
pub cbPixelFormat: DWORD,
pub offPixelFormat: DWORD,
pub bOpenGL: DWORD,
pub szlMicrometers: SIZEL,
}
Fields§
§iType: DWORD
§nSize: DWORD
§rclBounds: RECTL
§rclFrame: RECTL
§dSignature: DWORD
§nVersion: DWORD
§nBytes: DWORD
§nRecords: DWORD
§nHandles: WORD
§sReserved: WORD
§nDescription: DWORD
§offDescription: DWORD
§nPalEntries: DWORD
§szlDevice: SIZEL
§szlMillimeters: SIZEL
§cbPixelFormat: DWORD
§offPixelFormat: DWORD
§bOpenGL: DWORD
§szlMicrometers: SIZEL
Trait Implementations§
Source§impl Clone for tagENHMETAHEADER
impl Clone for tagENHMETAHEADER
Source§fn clone(&self) -> tagENHMETAHEADER
fn clone(&self) -> tagENHMETAHEADER
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 Debug for tagENHMETAHEADER
impl Debug for tagENHMETAHEADER
Source§impl Ord for tagENHMETAHEADER
impl Ord for tagENHMETAHEADER
Source§fn cmp(&self, other: &tagENHMETAHEADER) -> Ordering
fn cmp(&self, other: &tagENHMETAHEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagENHMETAHEADER
impl PartialEq for tagENHMETAHEADER
Source§impl PartialOrd for tagENHMETAHEADER
impl PartialOrd for tagENHMETAHEADER
impl Copy for tagENHMETAHEADER
impl Eq for tagENHMETAHEADER
impl StructuralPartialEq for tagENHMETAHEADER
Auto Trait Implementations§
impl Freeze for tagENHMETAHEADER
impl RefUnwindSafe for tagENHMETAHEADER
impl Send for tagENHMETAHEADER
impl Sync for tagENHMETAHEADER
impl Unpin for tagENHMETAHEADER
impl UnwindSafe for tagENHMETAHEADER
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