Struct spirv_tools::assembler::AssemblerOptions [−][src]
pub struct AssemblerOptions {
pub preserve_numeric_ids: bool,
}Fields
preserve_numeric_ids: boolNumeric IDs in the binary will have the same values as in the source. Non-numeric IDs are allocated by filling in the gaps, starting with 1 and going up.
Trait Implementations
impl Clone for AssemblerOptions[src]
impl Clone for AssemblerOptions[src]fn clone(&self) -> AssemblerOptions[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AssemblerOptions[src]
impl Copy for AssemblerOptions[src]impl Default for AssemblerOptions[src]
impl Default for AssemblerOptions[src]fn default() -> AssemblerOptions[src]
Auto Trait Implementations
impl RefUnwindSafe for AssemblerOptions
impl RefUnwindSafe for AssemblerOptionsimpl Send for AssemblerOptions
impl Send for AssemblerOptionsimpl Sync for AssemblerOptions
impl Sync for AssemblerOptionsimpl Unpin for AssemblerOptions
impl Unpin for AssemblerOptionsimpl UnwindSafe for AssemblerOptions
impl UnwindSafe for AssemblerOptions