Struct naga::back::spv::EntryPointContext
source · struct EntryPointContext {
argument_ids: Vec<Word>,
results: Vec<ResultMember>,
}
Fields§
§argument_ids: Vec<Word>
§results: Vec<ResultMember>
Auto Trait Implementations§
impl Freeze for EntryPointContext
impl RefUnwindSafe for EntryPointContext
impl Send for EntryPointContext
impl Sync for EntryPointContext
impl Unpin for EntryPointContext
impl UnwindSafe for EntryPointContext
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