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