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 UnsafeUnpin 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