#[repr(C)]pub struct SpvReflectDescriptorSet {
pub set: u32,
pub binding_count: u32,
pub bindings: *mut *mut SpvReflectDescriptorBinding,
}Expand description
@struct SpvReflectDescriptorSet
Fields§
§set: u32§binding_count: u32§bindings: *mut *mut SpvReflectDescriptorBindingTrait Implementations§
Source§impl Clone for SpvReflectDescriptorSet
impl Clone for SpvReflectDescriptorSet
Source§fn clone(&self) -> SpvReflectDescriptorSet
fn clone(&self) -> SpvReflectDescriptorSet
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 SpvReflectDescriptorSet
impl Debug for SpvReflectDescriptorSet
Source§impl Default for SpvReflectDescriptorSet
impl Default for SpvReflectDescriptorSet
impl Copy for SpvReflectDescriptorSet
Auto Trait Implementations§
impl Freeze for SpvReflectDescriptorSet
impl RefUnwindSafe for SpvReflectDescriptorSet
impl !Send for SpvReflectDescriptorSet
impl !Sync for SpvReflectDescriptorSet
impl Unpin for SpvReflectDescriptorSet
impl UnwindSafe for SpvReflectDescriptorSet
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