Struct webrender_api::font::GlyphDimensionRequest
source · 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 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