Struct ExClearCurrent
pub struct ExClearCurrent<'ex> { /* private fields */ }Expand description
Default-param extender for Camera3D::clear_current_ex.
Implementations§
§impl<'ex> ExClearCurrent<'ex>
impl<'ex> ExClearCurrent<'ex>
pub fn enable_next(self, enable_next: bool) -> ExClearCurrent<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExClearCurrent<'ex>
impl<'ex> RefUnwindSafe for ExClearCurrent<'ex>
impl<'ex> !Send for ExClearCurrent<'ex>
impl<'ex> !Sync for ExClearCurrent<'ex>
impl<'ex> Unpin for ExClearCurrent<'ex>
impl<'ex> !UnwindSafe for ExClearCurrent<'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