pub struct ProjectionChangedEventHandler { /* private fields */ }
Expand description
Projection matrix has changed */
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProjectionChangedEventHandler
impl !RefUnwindSafe for ProjectionChangedEventHandler
impl !Send for ProjectionChangedEventHandler
impl !Sync for ProjectionChangedEventHandler
impl Unpin for ProjectionChangedEventHandler
impl !UnwindSafe for ProjectionChangedEventHandler
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