pub struct StyleFont { /* private fields */ }Expand description
字体相关样式
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleFont
impl RefUnwindSafe for StyleFont
impl Send for StyleFont
impl Sync for StyleFont
impl Unpin for StyleFont
impl UnwindSafe for StyleFont
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