pub struct Quality;Implementations§
Source§impl Quality
impl Quality
pub fn set_min_circular_angle(angle: f64)
pub fn set_min_circular_edge_length(length: f64)
pub fn set_circular_segments(n: i32)
pub fn get_circular_segments(radius: f64) -> i32
pub fn reset_to_defaults()
Auto Trait Implementations§
impl Freeze for Quality
impl RefUnwindSafe for Quality
impl Send for Quality
impl Sync for Quality
impl Unpin for Quality
impl UnsafeUnpin for Quality
impl UnwindSafe for Quality
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