pub struct FontInstancePlatformOptions {
pub lcd_filter: FontLCDFilter,
pub hinting: FontHinting,
}
Fields§
§lcd_filter: FontLCDFilter
§hinting: FontHinting
Trait Implementations§
Source§impl Clone for FontInstancePlatformOptions
impl Clone for FontInstancePlatformOptions
Source§fn clone(&self) -> FontInstancePlatformOptions
fn clone(&self) -> FontInstancePlatformOptions
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 FontInstancePlatformOptions
impl Debug for FontInstancePlatformOptions
Source§impl Hash for FontInstancePlatformOptions
impl Hash for FontInstancePlatformOptions
Source§impl Ord for FontInstancePlatformOptions
impl Ord for FontInstancePlatformOptions
Source§fn cmp(&self, other: &FontInstancePlatformOptions) -> Ordering
fn cmp(&self, other: &FontInstancePlatformOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FontInstancePlatformOptions
impl PartialOrd for FontInstancePlatformOptions
impl Copy for FontInstancePlatformOptions
impl Eq for FontInstancePlatformOptions
impl StructuralPartialEq for FontInstancePlatformOptions
Auto Trait Implementations§
impl Freeze for FontInstancePlatformOptions
impl RefUnwindSafe for FontInstancePlatformOptions
impl Send for FontInstancePlatformOptions
impl Sync for FontInstancePlatformOptions
impl Unpin for FontInstancePlatformOptions
impl UnwindSafe for FontInstancePlatformOptions
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)