#[repr(C)]pub struct fcft_font_options {
pub emoji_presentation: fcft_emoji_presentation,
pub color_glyphs: fcft_font_options__bindgen_ty_1,
pub scaling_filter: fcft_scaling_filter,
}Fields§
§emoji_presentation: fcft_emoji_presentation§color_glyphs: fcft_font_options__bindgen_ty_1§scaling_filter: fcft_scaling_filterTrait Implementations§
Source§impl Clone for fcft_font_options
impl Clone for fcft_font_options
Source§fn clone(&self) -> fcft_font_options
fn clone(&self) -> fcft_font_options
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 moreimpl Copy for fcft_font_options
Auto Trait Implementations§
impl Freeze for fcft_font_options
impl RefUnwindSafe for fcft_font_options
impl Send for fcft_font_options
impl Sync for fcft_font_options
impl Unpin for fcft_font_options
impl UnsafeUnpin for fcft_font_options
impl UnwindSafe for fcft_font_options
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