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