pub struct MinorFont<'a> {
pub latin: Option<Latin<'a>>,
pub ea: Option<EA<'a>>,
pub cs: Option<CS<'a>>,
pub fonts: Vec<Font<'a>>,
}
Fields
latin: Option<Latin<'a>>
ea: Option<EA<'a>>
cs: Option<CS<'a>>
fonts: Vec<Font<'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