pub struct RuntimeFrame<'runtime> { /* private fields */ }Expand description
One scoped runtime frame containing its timing plan and immutable input snapshot.
Dropping the frame clears pressed/released transitions and scroll samples while preserving held controls. This includes early returns from surface acquisition or rendering errors.
Implementations§
Source§impl RuntimeFrame<'_>
impl RuntimeFrame<'_>
Trait Implementations§
Source§impl<'runtime> Debug for RuntimeFrame<'runtime>
impl<'runtime> Debug for RuntimeFrame<'runtime>
Source§impl Drop for RuntimeFrame<'_>
impl Drop for RuntimeFrame<'_>
Auto Trait Implementations§
impl<'runtime> !UnwindSafe for RuntimeFrame<'runtime>
impl<'runtime> Freeze for RuntimeFrame<'runtime>
impl<'runtime> RefUnwindSafe for RuntimeFrame<'runtime>
impl<'runtime> Send for RuntimeFrame<'runtime>
impl<'runtime> Sync for RuntimeFrame<'runtime>
impl<'runtime> Unpin for RuntimeFrame<'runtime>
impl<'runtime> UnsafeUnpin for RuntimeFrame<'runtime>
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