pub struct CoordinateMappingChangedEventArgs { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoordinateMappingChangedEventArgs
impl RefUnwindSafe for CoordinateMappingChangedEventArgs
impl !Send for CoordinateMappingChangedEventArgs
impl !Sync for CoordinateMappingChangedEventArgs
impl Unpin for CoordinateMappingChangedEventArgs
impl UnwindSafe for CoordinateMappingChangedEventArgs
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