Struct spirv_cross_sys::spvc_reflected_resource
source · #[repr(C)]pub struct spvc_reflected_resource {
pub id: VariableId,
pub base_type_id: TypeId,
pub type_id: TypeId,
pub name: *const c_char,
}Fields§
§id: VariableId§base_type_id: TypeId§type_id: TypeId§name: *const c_charTrait Implementations§
source§impl Clone for spvc_reflected_resource
impl Clone for spvc_reflected_resource
source§fn clone(&self) -> spvc_reflected_resource
fn clone(&self) -> spvc_reflected_resource
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_reflected_resource
impl Debug for spvc_reflected_resource
source§impl Hash for spvc_reflected_resource
impl Hash for spvc_reflected_resource
source§impl PartialEq for spvc_reflected_resource
impl PartialEq for spvc_reflected_resource
impl Copy for spvc_reflected_resource
impl Eq for spvc_reflected_resource
impl StructuralPartialEq for spvc_reflected_resource
Auto Trait Implementations§
impl Freeze for spvc_reflected_resource
impl RefUnwindSafe for spvc_reflected_resource
impl !Send for spvc_reflected_resource
impl !Sync for spvc_reflected_resource
impl Unpin for spvc_reflected_resource
impl UnwindSafe for spvc_reflected_resource
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)