pub struct FontStylesheetInfo {
pub font_family: String,
pub font_style: FontStyle,
pub font_weight: FontWeight,
pub entries: Vec<FontStylesheetEntry>,
}Fields§
§font_family: String§font_style: FontStyle§font_weight: FontWeight§entries: Vec<FontStylesheetEntry>Implementations§
Source§impl FontStylesheetInfo
impl FontStylesheetInfo
pub fn render_css<'a>(&'a self, store_uri: &str) -> impl Display + 'a
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontStylesheetInfo
impl RefUnwindSafe for FontStylesheetInfo
impl Send for FontStylesheetInfo
impl Sync for FontStylesheetInfo
impl Unpin for FontStylesheetInfo
impl UnwindSafe for FontStylesheetInfo
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