pub struct GeometryAABBNVBuilder<'a> { /* private fields */ }Expand description
Builder for GeometryAABBNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> GeometryAABBNVBuilder<'a>
impl<'a> GeometryAABBNVBuilder<'a>
pub fn aabb_data(self, value: Buffer) -> Self
pub fn num_aab_bs(self, value: u32) -> Self
pub fn stride(self, value: u32) -> Self
pub fn offset(self, value: u64) -> Self
Sourcepub fn push_next<T: ExtendsGeometryAABBNV>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsGeometryAABBNV>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See GeometryAABBNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for GeometryAABBNVBuilder<'a>
impl<'a> Deref for GeometryAABBNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GeometryAABBNVBuilder<'a>
impl<'a> RefUnwindSafe for GeometryAABBNVBuilder<'a>
impl<'a> !Send for GeometryAABBNVBuilder<'a>
impl<'a> !Sync for GeometryAABBNVBuilder<'a>
impl<'a> Unpin for GeometryAABBNVBuilder<'a>
impl<'a> UnsafeUnpin for GeometryAABBNVBuilder<'a>
impl<'a> UnwindSafe for GeometryAABBNVBuilder<'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