pub struct WindowPaneActivity { /* private fields */ }Expand description
Exact activity state for one pane and its containing shared window.
The fields stay private so callers can only replay a snapshot captured from another occurrence of the same linked window.
Trait Implementations§
Source§impl Clone for WindowPaneActivity
impl Clone for WindowPaneActivity
Source§fn clone(&self) -> WindowPaneActivity
fn clone(&self) -> WindowPaneActivity
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 WindowPaneActivity
Source§impl Debug for WindowPaneActivity
impl Debug for WindowPaneActivity
impl Eq for WindowPaneActivity
Source§impl PartialEq for WindowPaneActivity
impl PartialEq for WindowPaneActivity
impl StructuralPartialEq for WindowPaneActivity
Auto Trait Implementations§
impl Freeze for WindowPaneActivity
impl RefUnwindSafe for WindowPaneActivity
impl Send for WindowPaneActivity
impl Sync for WindowPaneActivity
impl Unpin for WindowPaneActivity
impl UnsafeUnpin for WindowPaneActivity
impl UnwindSafe for WindowPaneActivity
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