pub struct WalkerEvent<'l> {
pub position: Point,
pub tangent: Vector,
pub distance: f32,
pub attributes: Attributes<'l>,
}Fields§
§position: Point§tangent: Vector§distance: f32§attributes: Attributes<'l>Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for WalkerEvent<'l>
impl<'l> RefUnwindSafe for WalkerEvent<'l>
impl<'l> Send for WalkerEvent<'l>
impl<'l> Sync for WalkerEvent<'l>
impl<'l> Unpin for WalkerEvent<'l>
impl<'l> UnwindSafe for WalkerEvent<'l>
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