pub struct MinorFont<'a> {
pub latin: Latin<'a>,
pub ea: EA<'a>,
pub cs: CS<'a>,
pub fonts: Vec<Font<'a>>,
pub ext_lst: Option<ExtLst<'a>>,
}
Fields
latin: Latin<'a>
ea: EA<'a>
cs: CS<'a>
fonts: Vec<Font<'a>>
ext_lst: Option<ExtLst<'a>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MinorFont<'a>
impl<'a> Send for MinorFont<'a>
impl<'a> Sync for MinorFont<'a>
impl<'a> Unpin for MinorFont<'a>
impl<'a> UnwindSafe for MinorFont<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more