Struct three_d::renderer::control::FirstPersonControl
source · pub struct FirstPersonControl { /* private fields */ }Expand description
A control that makes the camera move like it is a person on the ground.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FirstPersonControl
impl Send for FirstPersonControl
impl Sync for FirstPersonControl
impl Unpin for FirstPersonControl
impl UnwindSafe for FirstPersonControl
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