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