Struct spirv_utils::parse::Header [] [src]

pub struct Header {
    pub version: (u8, u8),
    pub generator_id: u32,
    pub id_bound: u32,
}

Fields

Trait Implementations

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Header
[src]

Formats the value using the given formatter.