Struct ExBuildCylinderPlanes
pub struct ExBuildCylinderPlanes<'a> { /* private fields */ }
Expand description
Default-param extender for Geometry3D::build_cylinder_planes_ex
.
Implementations§
§impl<'a> ExBuildCylinderPlanes<'a>
impl<'a> ExBuildCylinderPlanes<'a>
pub fn axis(self, value: Vector3Axis) -> ExBuildCylinderPlanes<'a>
pub fn done(self) -> Array<Plane>
Auto Trait Implementations§
impl<'a> Freeze for ExBuildCylinderPlanes<'a>
impl<'a> RefUnwindSafe for ExBuildCylinderPlanes<'a>
impl<'a> !Send for ExBuildCylinderPlanes<'a>
impl<'a> !Sync for ExBuildCylinderPlanes<'a>
impl<'a> Unpin for ExBuildCylinderPlanes<'a>
impl<'a> !UnwindSafe for ExBuildCylinderPlanes<'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