pub struct DraughtingPreDefinedCurveFont {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for DraughtingPreDefinedCurveFont
impl Clone for DraughtingPreDefinedCurveFont
Source§fn clone(&self) -> DraughtingPreDefinedCurveFont
fn clone(&self) -> DraughtingPreDefinedCurveFont
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DraughtingPreDefinedCurveFont
impl PartialEq for DraughtingPreDefinedCurveFont
Source§fn eq(&self, other: &DraughtingPreDefinedCurveFont) -> bool
fn eq(&self, other: &DraughtingPreDefinedCurveFont) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraughtingPreDefinedCurveFont
Auto Trait Implementations§
impl Freeze for DraughtingPreDefinedCurveFont
impl RefUnwindSafe for DraughtingPreDefinedCurveFont
impl Send for DraughtingPreDefinedCurveFont
impl Sync for DraughtingPreDefinedCurveFont
impl Unpin for DraughtingPreDefinedCurveFont
impl UnsafeUnpin for DraughtingPreDefinedCurveFont
impl UnwindSafe for DraughtingPreDefinedCurveFont
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