pub struct UiDebugPaintTextPrepareHotspot {
pub node: NodeId,
pub element: Option<GlobalElementId>,
pub element_kind: &'static str,
pub text_len: u32,
pub constraints: TextConstraints,
pub reasons_mask: u16,
pub prepare_time: Duration,
}Fields§
§node: NodeId§element: Option<GlobalElementId>§element_kind: &'static str§text_len: u32§constraints: TextConstraints§reasons_mask: u16§prepare_time: DurationTrait Implementations§
Source§impl Clone for UiDebugPaintTextPrepareHotspot
impl Clone for UiDebugPaintTextPrepareHotspot
Source§fn clone(&self) -> UiDebugPaintTextPrepareHotspot
fn clone(&self) -> UiDebugPaintTextPrepareHotspot
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 moreimpl Copy for UiDebugPaintTextPrepareHotspot
Auto Trait Implementations§
impl Freeze for UiDebugPaintTextPrepareHotspot
impl RefUnwindSafe for UiDebugPaintTextPrepareHotspot
impl Send for UiDebugPaintTextPrepareHotspot
impl Sync for UiDebugPaintTextPrepareHotspot
impl Unpin for UiDebugPaintTextPrepareHotspot
impl UnsafeUnpin for UiDebugPaintTextPrepareHotspot
impl UnwindSafe for UiDebugPaintTextPrepareHotspot
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