Struct spirt::spv::spec::ExtInstSetDesc
source · pub struct ExtInstSetDesc {
pub short_alias: Option<Cow<'static, str>>,
pub instructions: BTreeMap<u32, ExtInstSetInstructionDesc>,
}
Expand description
Simplified information for pretty-printing “extended instruction” sets.
Fields§
§short_alias: Option<Cow<'static, str>>
Shorter name to use during pretty-printing.
instructions: BTreeMap<u32, ExtInstSetInstructionDesc>
Auto Trait Implementations§
impl RefUnwindSafe for ExtInstSetDesc
impl Send for ExtInstSetDesc
impl Sync for ExtInstSetDesc
impl Unpin for ExtInstSetDesc
impl UnwindSafe for ExtInstSetDesc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more