pub struct LiveTextFont {
pub name: String,
pub point_size: f64,
}Fields§
§name: String§point_size: f64Trait Implementations§
Source§impl Clone for LiveTextFont
impl Clone for LiveTextFont
Source§fn clone(&self) -> LiveTextFont
fn clone(&self) -> LiveTextFont
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 LiveTextFont
impl Debug for LiveTextFont
Source§impl<'de> Deserialize<'de> for LiveTextFont
impl<'de> Deserialize<'de> for LiveTextFont
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiveTextFont
impl PartialEq for LiveTextFont
Source§fn eq(&self, other: &LiveTextFont) -> bool
fn eq(&self, other: &LiveTextFont) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LiveTextFont
impl Serialize for LiveTextFont
impl StructuralPartialEq for LiveTextFont
Auto Trait Implementations§
impl Freeze for LiveTextFont
impl RefUnwindSafe for LiveTextFont
impl Send for LiveTextFont
impl Sync for LiveTextFont
impl Unpin for LiveTextFont
impl UnsafeUnpin for LiveTextFont
impl UnwindSafe for LiveTextFont
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