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