#[repr(C)]pub struct spvc_entry_point {
pub execution_model: SpvExecutionModel,
pub name: *const c_char,
}Fields§
§execution_model: SpvExecutionModel§name: *const c_charTrait Implementations§
Source§impl Clone for spvc_entry_point
impl Clone for spvc_entry_point
Source§fn clone(&self) -> spvc_entry_point
fn clone(&self) -> spvc_entry_point
Returns a duplicate 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 spvc_entry_point
impl Debug for spvc_entry_point
Source§impl Hash for spvc_entry_point
impl Hash for spvc_entry_point
Source§impl PartialEq for spvc_entry_point
impl PartialEq for spvc_entry_point
impl Copy for spvc_entry_point
impl Eq for spvc_entry_point
impl StructuralPartialEq for spvc_entry_point
Auto Trait Implementations§
impl Freeze for spvc_entry_point
impl RefUnwindSafe for spvc_entry_point
impl !Send for spvc_entry_point
impl !Sync for spvc_entry_point
impl Unpin for spvc_entry_point
impl UnwindSafe for spvc_entry_point
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