pub struct MajorFont<'a> {
pub latin: Latin<'a>,
pub ea: EA<'a>,
pub cs: CS<'a>,
pub fonts: Vec<Font<'a>>,
pub ext_lst: Option<ExtLst>,
}
Fields§
§latin: Latin<'a>
§ea: EA<'a>
§cs: CS<'a>
§fonts: Vec<Font<'a>>
§ext_lst: Option<ExtLst>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MajorFont<'a>
impl<'a> RefUnwindSafe for MajorFont<'a>
impl<'a> Send for MajorFont<'a>
impl<'a> Sync for MajorFont<'a>
impl<'a> Unpin for MajorFont<'a>
impl<'a> UnwindSafe for MajorFont<'a>
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