pub struct GeometryNVBuilder<'a> { /* private fields */ }Expand description
Builder for GeometryNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> GeometryNVBuilder<'a>
impl<'a> GeometryNVBuilder<'a>
pub fn geometry_type(self, value: GeometryTypeKHR) -> Self
pub fn geometry(self, value: GeometryDataNV) -> Self
pub fn flags(self, value: GeometryFlagsKHR) -> Self
Sourcepub fn push_next<T: ExtendsGeometryNV>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsGeometryNV>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See GeometryNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for GeometryNVBuilder<'a>
impl<'a> Deref for GeometryNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GeometryNVBuilder<'a>
impl<'a> RefUnwindSafe for GeometryNVBuilder<'a>
impl<'a> !Send for GeometryNVBuilder<'a>
impl<'a> !Sync for GeometryNVBuilder<'a>
impl<'a> Unpin for GeometryNVBuilder<'a>
impl<'a> UnsafeUnpin for GeometryNVBuilder<'a>
impl<'a> UnwindSafe for GeometryNVBuilder<'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