pub struct PlatformFallback;
Expand description
A platform-specific font fallback list, for Unix.
Trait Implementations§
Source§impl Debug for PlatformFallback
impl Debug for PlatformFallback
Source§impl Fallback for PlatformFallback
impl Fallback for PlatformFallback
Source§fn common_fallback(&self) -> &'static [&'static str]
fn common_fallback(&self) -> &'static [&'static str]
Fallbacks to use after any script specific fallbacks
Source§fn forbidden_fallback(&self) -> &'static [&'static str]
fn forbidden_fallback(&self) -> &'static [&'static str]
Fallbacks to never use
Auto Trait Implementations§
impl Freeze for PlatformFallback
impl RefUnwindSafe for PlatformFallback
impl Send for PlatformFallback
impl Sync for PlatformFallback
impl Unpin for PlatformFallback
impl UnwindSafe for PlatformFallback
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