Struct naga::back::spv::TerminatedBlock
source · struct TerminatedBlock {
label_id: Word,
body: Vec<Instruction>,
}
Expand description
A SPIR-V block that ends with a termination instruction.
Fields§
§label_id: Word
§body: Vec<Instruction>
Auto Trait Implementations§
impl Freeze for TerminatedBlock
impl RefUnwindSafe for TerminatedBlock
impl Send for TerminatedBlock
impl Sync for TerminatedBlock
impl Unpin for TerminatedBlock
impl UnwindSafe for TerminatedBlock
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