pub struct UiDebugDirtyView {
pub view: ViewId,
pub element: Option<GlobalElementId>,
pub source: UiDebugInvalidationSource,
pub detail: UiDebugInvalidationDetail,
}Fields§
§view: ViewId§element: Option<GlobalElementId>§source: UiDebugInvalidationSource§detail: UiDebugInvalidationDetailTrait Implementations§
Source§impl Clone for UiDebugDirtyView
impl Clone for UiDebugDirtyView
Source§fn clone(&self) -> UiDebugDirtyView
fn clone(&self) -> UiDebugDirtyView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UiDebugDirtyView
impl Debug for UiDebugDirtyView
impl Copy for UiDebugDirtyView
Auto Trait Implementations§
impl Freeze for UiDebugDirtyView
impl RefUnwindSafe for UiDebugDirtyView
impl Send for UiDebugDirtyView
impl Sync for UiDebugDirtyView
impl Unpin for UiDebugDirtyView
impl UnsafeUnpin for UiDebugDirtyView
impl UnwindSafe for UiDebugDirtyView
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