Struct naga::back::spv::FunctionArgument
source · struct FunctionArgument {
instruction: Instruction,
handle_id: Word,
}
Fields§
§instruction: Instruction
Actual instruction of the argument.
handle_id: Word
Auto Trait Implementations§
impl Freeze for FunctionArgument
impl RefUnwindSafe for FunctionArgument
impl Send for FunctionArgument
impl Sync for FunctionArgument
impl Unpin for FunctionArgument
impl UnwindSafe for FunctionArgument
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