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