pub struct CameraEvent;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CameraEvent
impl RefUnwindSafe for CameraEvent
impl Send for CameraEvent
impl Sync for CameraEvent
impl Unpin for CameraEvent
impl UnwindSafe for CameraEvent
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