pub struct DescriptorGetInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for DescriptorGetInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DescriptorGetInfoEXTBuilder<'a>
impl<'a> DescriptorGetInfoEXTBuilder<'a>
pub fn type(self, value: DescriptorType) -> Self
pub fn data(self, value: DescriptorDataEXT) -> Self
Sourcepub fn push_next<T: ExtendsDescriptorGetInfoEXT>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDescriptorGetInfoEXT>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See DescriptorGetInfoEXT’s Extended By section for valid types.
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> UnsafeUnpin 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