pub struct FrameBoundaryEXTBuilder<'a> { /* private fields */ }Expand description
Builder for FrameBoundaryEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> FrameBoundaryEXTBuilder<'a>
impl<'a> FrameBoundaryEXTBuilder<'a>
pub fn flags(self, value: FrameBoundaryFlagsEXT) -> Self
pub fn frame_id(self, value: u64) -> Self
pub fn image_count(self, value: u32) -> Self
pub fn images(self, slice: &'a [Image]) -> Self
pub fn buffer_count(self, value: u32) -> Self
pub fn buffers(self, slice: &'a [Buffer]) -> Self
pub fn tag_name(self, value: u64) -> Self
pub fn tag_size(self, value: usize) -> Self
pub fn tag(self, slice: &'a [c_void]) -> Self
Sourcepub fn push_next<T: ExtendsFrameBoundaryEXT>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsFrameBoundaryEXT>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See FrameBoundaryEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for FrameBoundaryEXTBuilder<'a>
impl<'a> Deref for FrameBoundaryEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for FrameBoundaryEXTBuilder<'a>
impl<'a> RefUnwindSafe for FrameBoundaryEXTBuilder<'a>
impl<'a> !Send for FrameBoundaryEXTBuilder<'a>
impl<'a> !Sync for FrameBoundaryEXTBuilder<'a>
impl<'a> Unpin for FrameBoundaryEXTBuilder<'a>
impl<'a> UnsafeUnpin for FrameBoundaryEXTBuilder<'a>
impl<'a> UnwindSafe for FrameBoundaryEXTBuilder<'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