pub struct GeometryDataNVBuilder { /* private fields */ }Expand description
Builder for GeometryDataNV.
Implementations§
Source§impl GeometryDataNVBuilder
impl GeometryDataNVBuilder
pub fn triangles(self, value: GeometryTrianglesNV) -> Self
pub fn aabbs(self, value: GeometryAABBNV) -> Self
Trait Implementations§
Source§impl Deref for GeometryDataNVBuilder
impl Deref for GeometryDataNVBuilder
Auto Trait Implementations§
impl Freeze for GeometryDataNVBuilder
impl RefUnwindSafe for GeometryDataNVBuilder
impl !Send for GeometryDataNVBuilder
impl !Sync for GeometryDataNVBuilder
impl Unpin for GeometryDataNVBuilder
impl UnsafeUnpin for GeometryDataNVBuilder
impl UnwindSafe for GeometryDataNVBuilder
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