[−][src]Struct spirv_reflect::ffi::SpvReflectShaderModule
@struct SpvReflectShaderModule
Fields
generator: SpvReflectGeneratorentry_point_name: *const c_charentry_point_id: u32entry_point_count: u32entry_points: *mut SpvReflectEntryPointsource_language: SpvSourceLanguagesource_language_version: u32source_file: *const c_charsource_source: *const c_charspirv_execution_model: SpvExecutionModelshader_stage: SpvReflectShaderStageFlagBitsdescriptor_binding_count: u32descriptor_bindings: *mut SpvReflectDescriptorBindingdescriptor_set_count: u32descriptor_sets: [SpvReflectDescriptorSet; 64]input_variable_count: u32input_variables: *mut SpvReflectInterfaceVariableoutput_variable_count: u32output_variables: *mut SpvReflectInterfaceVariablepush_constant_block_count: u32push_constant_blocks: *mut SpvReflectBlockVariable_internal: *mut SpvReflectShaderModule_InternalTrait Implementations
impl Default for SpvReflectShaderModule[src]
impl Clone for SpvReflectShaderModule[src]
fn clone(&self) -> SpvReflectShaderModule[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SpvReflectShaderModule[src]
Auto Trait Implementations
impl !Send for SpvReflectShaderModule
impl Unpin for SpvReflectShaderModule
impl !Sync for SpvReflectShaderModule
impl UnwindSafe for SpvReflectShaderModule
impl RefUnwindSafe for SpvReflectShaderModule
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,