#[repr(C)]pub struct SpvReflectShaderModule_Internal {
pub spirv_size: usize,
pub spirv_code: *mut u32,
pub spirv_word_count: u32,
pub type_description_count: usize,
pub type_descriptions: *mut SpvReflectTypeDescription,
}Fields§
§spirv_size: usize§spirv_code: *mut u32§spirv_word_count: u32§type_description_count: usize§type_descriptions: *mut SpvReflectTypeDescriptionTrait Implementations§
Source§impl Clone for SpvReflectShaderModule_Internal
impl Clone for SpvReflectShaderModule_Internal
Source§fn clone(&self) -> SpvReflectShaderModule_Internal
fn clone(&self) -> SpvReflectShaderModule_Internal
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 moreimpl Copy for SpvReflectShaderModule_Internal
Auto Trait Implementations§
impl Freeze for SpvReflectShaderModule_Internal
impl RefUnwindSafe for SpvReflectShaderModule_Internal
impl !Send for SpvReflectShaderModule_Internal
impl !Sync for SpvReflectShaderModule_Internal
impl Unpin for SpvReflectShaderModule_Internal
impl UnwindSafe for SpvReflectShaderModule_Internal
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