pub struct FontInstancePlatformOptions {
pub gamma: u16,
pub contrast: u16,
}
Fields§
§gamma: u16
§contrast: u16
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