pub struct ViewDistanceChangedEventHandler { /* private fields */ }
Expand description
View/fog distance is changed */
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewDistanceChangedEventHandler
impl !RefUnwindSafe for ViewDistanceChangedEventHandler
impl !Send for ViewDistanceChangedEventHandler
impl !Sync for ViewDistanceChangedEventHandler
impl Unpin for ViewDistanceChangedEventHandler
impl !UnwindSafe for ViewDistanceChangedEventHandler
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