pub(super) struct NestedFunctionInfo<'a> {
pub(super) options: &'a Options,
pub(super) ep: &'a EntryPoint,
pub(super) module: &'a Module,
pub(super) mod_info: &'a ModuleInfo,
pub(super) fun_info: &'a FunctionInfo,
pub(super) args: Vec<EntryPointArgument>,
pub(super) local_invocation_index: Option<&'a NameKey>,
pub(super) nested_name: &'a str,
pub(super) outer_name: &'a str,
pub(super) out_mesh_info: Option<MeshOutputInfo>,
}Fields§
§options: &'a Options§ep: &'a EntryPoint§module: &'a Module§mod_info: &'a ModuleInfo§fun_info: &'a FunctionInfo§args: Vec<EntryPointArgument>§local_invocation_index: Option<&'a NameKey>§nested_name: &'a str§outer_name: &'a str§out_mesh_info: Option<MeshOutputInfo>Auto Trait Implementations§
impl<'a> Freeze for NestedFunctionInfo<'a>
impl<'a> RefUnwindSafe for NestedFunctionInfo<'a>
impl<'a> Send for NestedFunctionInfo<'a>
impl<'a> Sync for NestedFunctionInfo<'a>
impl<'a> Unpin for NestedFunctionInfo<'a>
impl<'a> UnwindSafe for NestedFunctionInfo<'a>
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