Struct ddsfile::Header10 [] [src]

pub struct Header10 {
    pub dxgi_format: DxgiFormat,
    pub resource_dimension: D3D10ResourceDimension,
    pub array_size: u32,
    pub alpha_mode: AlphaMode,
    // some fields omitted
}

Fields

This is called misc_flags2 in the official documentation

Methods

impl Header10
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Header10
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Header10
[src]

[src]

Formats the value using the given formatter.

impl Default for Header10
[src]

[src]

Returns the "default value" for a type. Read more