#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpvReflectDescriptorSet
Source§impl Debug for SpvReflectDescriptorSet
impl Debug for SpvReflectDescriptorSet
Auto Trait Implementations§
impl !Send for SpvReflectDescriptorSet
impl !Sync for SpvReflectDescriptorSet
impl Freeze for SpvReflectDescriptorSet
impl RefUnwindSafe for SpvReflectDescriptorSet
impl Unpin for SpvReflectDescriptorSet
impl UnsafeUnpin 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