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

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

Fields

version: (u8, u8) generator_id: u32 id_bound: u32

Trait Implementations

impl Debug for Header
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Header
[src]

fn clone(&self) -> Header

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more