Struct spirv::ModuleHeader [] [src]

pub struct ModuleHeader {
    pub magic: u32,
    pub version: u32,
    pub generator: u32,
    pub bound: u32,
    pub reserved: u32,
}

Fields

Trait Implementations

impl Debug for ModuleHeader
[src]

Formats the value using the given formatter.