struct FontDict {
private_dict_range: Range<usize>,
matrix: Option<ScaledFontMatrix>,
}Fields§
§private_dict_range: Range<usize>§matrix: Option<ScaledFontMatrix>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontDict
impl RefUnwindSafe for FontDict
impl Send for FontDict
impl Sync for FontDict
impl Unpin for FontDict
impl UnsafeUnpin for FontDict
impl UnwindSafe for FontDict
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