Struct SigPathChanged
pub struct SigPathChanged<'c> { /* private fields */ }
Implementations§
§impl<'c> SigPathChanged<'c>
impl<'c> SigPathChanged<'c>
pub fn emit(&mut self)
Methods from Deref<Target = TypedSignal<'c, NavigationAgent2D, ()>>§
Trait Implementations§
§impl<'c> Deref for SigPathChanged<'c>
impl<'c> Deref for SigPathChanged<'c>
§type Target = TypedSignal<'c, NavigationAgent2D, ()>
type Target = TypedSignal<'c, NavigationAgent2D, ()>
The resulting type after dereferencing.
§fn deref(&self) -> &<SigPathChanged<'c> as Deref>::Target
fn deref(&self) -> &<SigPathChanged<'c> as Deref>::Target
Dereferences the value.
§impl DerefMut for SigPathChanged<'_>
impl DerefMut for SigPathChanged<'_>
§fn deref_mut(&mut self) -> &mut <SigPathChanged<'_> as Deref>::Target
fn deref_mut(&mut self) -> &mut <SigPathChanged<'_> as Deref>::Target
Mutably dereferences the value.
Auto Trait Implementations§
impl<'c> Freeze for SigPathChanged<'c>
impl<'c> RefUnwindSafe for SigPathChanged<'c>
impl<'c> !Send for SigPathChanged<'c>
impl<'c> !Sync for SigPathChanged<'c>
impl<'c> Unpin for SigPathChanged<'c>
impl<'c> UnwindSafe for SigPathChanged<'c>
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