Struct rspirv::sr::module::EntryPoint
source · pub struct EntryPoint {
pub execution_model: ExecutionModel,
pub function: Token<Function>,
pub name: String,
}
Fields§
§execution_model: ExecutionModel
§function: Token<Function>
§name: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EntryPoint
impl Send for EntryPoint
impl Sync for EntryPoint
impl Unpin for EntryPoint
impl UnwindSafe for EntryPoint
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