Struct rspirv::sr::autogen_instructions::EntryPoint
source · pub struct EntryPoint {
pub execution_model: ExecutionModel,
pub entry_point: Word,
pub name: String,
pub interface: Vec<Word>,
}
Fields§
§execution_model: ExecutionModel
§entry_point: Word
§name: String
§interface: Vec<Word>
Trait Implementations§
source§impl Clone for EntryPoint
impl Clone for EntryPoint
source§fn clone(&self) -> EntryPoint
fn clone(&self) -> EntryPoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EntryPoint
impl Debug for EntryPoint
source§impl PartialEq<EntryPoint> for EntryPoint
impl PartialEq<EntryPoint> for EntryPoint
source§fn eq(&self, other: &EntryPoint) -> bool
fn eq(&self, other: &EntryPoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EntryPoint
impl StructuralEq for EntryPoint
impl StructuralPartialEq for EntryPoint
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