#[repr(C)]pub struct LocalFontMessage {
pub family: Option<String>,
pub path: Option<String>,
pub style: Option<FontStyleMessage>,
pub weight: Option<FontWeightMessage>,
}
Fields§
§family: Option<String>
§path: Option<String>
§style: Option<FontStyleMessage>
§weight: Option<FontWeightMessage>
Trait Implementations§
Source§impl Clone for LocalFontMessage
impl Clone for LocalFontMessage
Source§fn clone(&self) -> LocalFontMessage
fn clone(&self) -> LocalFontMessage
Returns a copy of the value. Read more
1.0.0 · 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 LocalFontMessage
impl Debug for LocalFontMessage
Source§impl PartialEq for LocalFontMessage
impl PartialEq for LocalFontMessage
Source§impl Serialize for LocalFontMessage
impl Serialize for LocalFontMessage
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LocalFontMessage
Auto Trait Implementations§
impl Freeze for LocalFontMessage
impl RefUnwindSafe for LocalFontMessage
impl Send for LocalFontMessage
impl Sync for LocalFontMessage
impl Unpin for LocalFontMessage
impl UnwindSafe for LocalFontMessage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.