Struct dds::RawHeader [] [src]

#[repr(C)]
pub struct RawHeader { pub size: u32, pub flags: u32, pub height: u32, pub width: u32, pub pitch_or_linear_size: u32, pub depth: u32, pub mipmap_count: u32, pub reserved: [u32; 11], pub pixel_format: RawPixelFormat, pub caps: u32, pub caps2: u32, pub caps3: u32, pub caps4: u32, pub reserved2: u32, }

Header as represented in the DDS file

Direct translation of struct found here: https://msdn.microsoft.com/en-us/library/bb943982.aspx

Fields

Trait Implementations

impl PartialEq for RawHeader
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RawHeader
[src]

Formats the value using the given formatter.