pub struct FrameCursor { /* private fields */ }Expand description
Position of a frontend snapshot in the bounded recording history.
Trait Implementations§
Source§impl Clone for FrameCursor
impl Clone for FrameCursor
Source§fn clone(&self) -> FrameCursor
fn clone(&self) -> FrameCursor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FrameCursor
Source§impl Debug for FrameCursor
impl Debug for FrameCursor
Source§impl Default for FrameCursor
impl Default for FrameCursor
Source§fn default() -> FrameCursor
fn default() -> FrameCursor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameCursor
impl RefUnwindSafe for FrameCursor
impl Send for FrameCursor
impl Sync for FrameCursor
impl Unpin for FrameCursor
impl UnsafeUnpin for FrameCursor
impl UnwindSafe for FrameCursor
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