pub struct GlyphIndexRequest {
pub key: FontKey,
pub text: String,
pub sender: Sender<Vec<Option<u32>>>,
}Fields§
§key: FontKey§text: String§sender: Sender<Vec<Option<u32>>>Auto Trait Implementations§
impl Freeze for GlyphIndexRequest
impl RefUnwindSafe for GlyphIndexRequest
impl Send for GlyphIndexRequest
impl Sync for GlyphIndexRequest
impl Unpin for GlyphIndexRequest
impl UnsafeUnpin for GlyphIndexRequest
impl UnwindSafe for GlyphIndexRequest
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