Struct ash::vk::DescriptorGetInfoEXTBuilder
source · pub struct DescriptorGetInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DescriptorGetInfoEXTBuilder<'a>
impl<'a> DescriptorGetInfoEXTBuilder<'a>
pub fn ty(self, ty: DescriptorType) -> Self
pub fn data(self, data: DescriptorDataEXT) -> Self
sourcepub fn build(self) -> DescriptorGetInfoEXT
pub fn build(self) -> DescriptorGetInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DescriptorGetInfoEXTBuilder<'a>
impl<'a> Deref for DescriptorGetInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorGetInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for DescriptorGetInfoEXTBuilder<'a>
impl<'a> !Send for DescriptorGetInfoEXTBuilder<'a>
impl<'a> !Sync for DescriptorGetInfoEXTBuilder<'a>
impl<'a> Unpin for DescriptorGetInfoEXTBuilder<'a>
impl<'a> UnwindSafe for DescriptorGetInfoEXTBuilder<'a>
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