pubusespirv_struct_layout_derive::*;/// Trait for structs that should have their layout checked against a SPIRV type
pubtraitCheckSpirvStruct{/// Check this struct against the named instance in the given spirv
fncheck_spirv_layout(name:&str, spirv:Vec<u32>);}