pub struct PathConstraints {
pub scale_factor: f32,
}Fields§
§scale_factor: f32Window/device scale factor used for tessellation and caching.
Trait Implementations§
Source§impl Clone for PathConstraints
impl Clone for PathConstraints
Source§fn clone(&self) -> PathConstraints
fn clone(&self) -> PathConstraints
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 PathConstraints
impl Debug for PathConstraints
Source§impl Default for PathConstraints
impl Default for PathConstraints
Source§impl PartialEq for PathConstraints
impl PartialEq for PathConstraints
impl Copy for PathConstraints
impl StructuralPartialEq for PathConstraints
Auto Trait Implementations§
impl Freeze for PathConstraints
impl RefUnwindSafe for PathConstraints
impl Send for PathConstraints
impl Sync for PathConstraints
impl Unpin for PathConstraints
impl UnsafeUnpin for PathConstraints
impl UnwindSafe for PathConstraints
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