#[repr(C)]pub struct SystemFontMessage {
pub family: Option<String>,
pub style: Option<FontStyleMessage>,
pub weight: Option<FontWeightMessage>,
}
Fields§
§family: Option<String>
§style: Option<FontStyleMessage>
§weight: Option<FontWeightMessage>
Trait Implementations§
Source§impl Clone for SystemFontMessage
impl Clone for SystemFontMessage
Source§fn clone(&self) -> SystemFontMessage
fn clone(&self) -> SystemFontMessage
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 SystemFontMessage
impl Debug for SystemFontMessage
Source§impl Default for SystemFontMessage
impl Default for SystemFontMessage
Source§fn default() -> SystemFontMessage
fn default() -> SystemFontMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for SystemFontMessage
impl PartialEq for SystemFontMessage
Source§impl Serialize for SystemFontMessage
impl Serialize for SystemFontMessage
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 SystemFontMessage
Auto Trait Implementations§
impl Freeze for SystemFontMessage
impl RefUnwindSafe for SystemFontMessage
impl Send for SystemFontMessage
impl Sync for SystemFontMessage
impl Unpin for SystemFontMessage
impl UnwindSafe for SystemFontMessage
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.