Struct ash::vk::DescriptorGetInfoEXT
source · #[repr(C)]pub struct DescriptorGetInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ty: DescriptorType,
pub data: DescriptorDataEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§ty: DescriptorType
§data: DescriptorDataEXT
Implementations§
source§impl DescriptorGetInfoEXT
impl DescriptorGetInfoEXT
pub fn builder<'a>() -> DescriptorGetInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorGetInfoEXT
impl Clone for DescriptorGetInfoEXT
source§fn clone(&self) -> DescriptorGetInfoEXT
fn clone(&self) -> DescriptorGetInfoEXT
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 DescriptorGetInfoEXT
impl Debug for DescriptorGetInfoEXT
source§impl Default for DescriptorGetInfoEXT
impl Default for DescriptorGetInfoEXT
source§impl TaggedStructure for DescriptorGetInfoEXT
impl TaggedStructure for DescriptorGetInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_GET_INFO_EXT
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 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