pub struct GlyphDimensionRequest {
pub key: FontInstanceKey,
pub glyph_indices: Vec<GlyphIndex>,
pub sender: Sender<Vec<Option<GlyphDimensions>>>,
}Fields§
§key: FontInstanceKey§glyph_indices: Vec<GlyphIndex>§sender: Sender<Vec<Option<GlyphDimensions>>>Auto Trait Implementations§
impl Freeze for GlyphDimensionRequest
impl RefUnwindSafe for GlyphDimensionRequest
impl Send for GlyphDimensionRequest
impl Sync for GlyphDimensionRequest
impl Unpin for GlyphDimensionRequest
impl UnsafeUnpin for GlyphDimensionRequest
impl UnwindSafe for GlyphDimensionRequest
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