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