Struct spirv_cross_sys::spvc_entry_point
source · #[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)