pub struct PipelineExecutableInternalRepresentationKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PipelineExecutableInternalRepresentationKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> PipelineExecutableInternalRepresentationKHRBuilder<'a>
pub fn name(self, value: StringArray<{ _ }>) -> Self
pub fn description(self, value: StringArray<{ _ }>) -> Self
pub fn is_text(self, value: bool) -> Self
pub fn data_size(self, value: usize) -> Self
pub fn data(self, slice: &'a mut [c_void]) -> Self
Trait Implementations§
Source§impl<'a> Deref for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> Deref for PipelineExecutableInternalRepresentationKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> RefUnwindSafe for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> !Send for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> !Sync for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> Unpin for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> UnsafeUnpin for PipelineExecutableInternalRepresentationKHRBuilder<'a>
impl<'a> UnwindSafe for PipelineExecutableInternalRepresentationKHRBuilder<'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