#[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 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_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