pub struct ExLookingAt<'ex> { /* private fields */ }Expand description
Default-param extender for [Transform3D::looking_at_ex][crate::builtin::Transform3D::looking_at_ex].
Implementations§
Source§impl<'ex> ExLookingAt<'ex>
impl<'ex> ExLookingAt<'ex>
Auto Trait Implementations§
impl<'ex> Freeze for ExLookingAt<'ex>
impl<'ex> RefUnwindSafe for ExLookingAt<'ex>
impl<'ex> Send for ExLookingAt<'ex>
impl<'ex> Sync for ExLookingAt<'ex>
impl<'ex> Unpin for ExLookingAt<'ex>
impl<'ex> UnsafeUnpin for ExLookingAt<'ex>
impl<'ex> UnwindSafe for ExLookingAt<'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