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