pub struct UiDebugModelChangeHotspot {
pub model: ModelId,
pub observation_edges: u32,
pub changed: Option<ModelChangedDebugInfo>,
}Fields§
§model: ModelId§observation_edges: u32§changed: Option<ModelChangedDebugInfo>Trait Implementations§
Source§impl Clone for UiDebugModelChangeHotspot
impl Clone for UiDebugModelChangeHotspot
Source§fn clone(&self) -> UiDebugModelChangeHotspot
fn clone(&self) -> UiDebugModelChangeHotspot
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 UiDebugModelChangeHotspot
impl Debug for UiDebugModelChangeHotspot
Source§impl Default for UiDebugModelChangeHotspot
impl Default for UiDebugModelChangeHotspot
Source§fn default() -> UiDebugModelChangeHotspot
fn default() -> UiDebugModelChangeHotspot
Returns the “default value” for a type. Read more
impl Copy for UiDebugModelChangeHotspot
Auto Trait Implementations§
impl Freeze for UiDebugModelChangeHotspot
impl RefUnwindSafe for UiDebugModelChangeHotspot
impl Send for UiDebugModelChangeHotspot
impl Sync for UiDebugModelChangeHotspot
impl Unpin for UiDebugModelChangeHotspot
impl UnsafeUnpin for UiDebugModelChangeHotspot
impl UnwindSafe for UiDebugModelChangeHotspot
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