pub struct PreDefinedCurveFont {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for PreDefinedCurveFont
impl Clone for PreDefinedCurveFont
Source§fn clone(&self) -> PreDefinedCurveFont
fn clone(&self) -> PreDefinedCurveFont
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 Debug for PreDefinedCurveFont
impl Debug for PreDefinedCurveFont
Source§impl PartialEq for PreDefinedCurveFont
impl PartialEq for PreDefinedCurveFont
Source§fn eq(&self, other: &PreDefinedCurveFont) -> bool
fn eq(&self, other: &PreDefinedCurveFont) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreDefinedCurveFont
Auto Trait Implementations§
impl Freeze for PreDefinedCurveFont
impl RefUnwindSafe for PreDefinedCurveFont
impl Send for PreDefinedCurveFont
impl Sync for PreDefinedCurveFont
impl Unpin for PreDefinedCurveFont
impl UnsafeUnpin for PreDefinedCurveFont
impl UnwindSafe for PreDefinedCurveFont
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