pub struct IndexedNotoFont {
pub index: usize,
pub font: &'static NotoFont,
pub cover_count: usize,
pub cover_components: Vec<usize>,
}Fields§
§index: usize§font: &'static NotoFont§cover_count: usize§cover_components: Vec<usize>Auto Trait Implementations§
impl Freeze for IndexedNotoFont
impl RefUnwindSafe for IndexedNotoFont
impl Send for IndexedNotoFont
impl Sync for IndexedNotoFont
impl Unpin for IndexedNotoFont
impl UnsafeUnpin for IndexedNotoFont
impl UnwindSafe for IndexedNotoFont
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