#[repr(C)]pub struct DescriptorGetInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub type: DescriptorType,
pub data: DescriptorDataEXT,
}Expand description
VkDescriptorGetInfoEXT
Provided by VK_EXT_descriptor_buffer.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DESCRIPTOR_GET_INFO_EXT.
p_next: *const c_voidOptional, may be null.
type: DescriptorType§data: DescriptorDataEXTImplementations§
Source§impl DescriptorGetInfoEXT
impl DescriptorGetInfoEXT
Sourcepub fn builder<'a>() -> DescriptorGetInfoEXTBuilder<'a>
pub fn builder<'a>() -> DescriptorGetInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DescriptorGetInfoEXT
impl Clone for DescriptorGetInfoEXT
Source§fn clone(&self) -> DescriptorGetInfoEXT
fn clone(&self) -> DescriptorGetInfoEXT
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 DescriptorGetInfoEXT
impl Debug for DescriptorGetInfoEXT
Source§impl Default for DescriptorGetInfoEXT
impl Default for DescriptorGetInfoEXT
impl Copy for DescriptorGetInfoEXT
Auto Trait Implementations§
impl Freeze for DescriptorGetInfoEXT
impl RefUnwindSafe for DescriptorGetInfoEXT
impl !Send for DescriptorGetInfoEXT
impl !Sync for DescriptorGetInfoEXT
impl Unpin for DescriptorGetInfoEXT
impl UnsafeUnpin for DescriptorGetInfoEXT
impl UnwindSafe for DescriptorGetInfoEXT
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