pub struct WebFont { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WebFont
impl Send for WebFont
impl Sync for WebFont
impl Unpin for WebFont
impl UnwindSafe for WebFont
Blanket Implementations§
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.