#[repr(C)]pub struct FontRequestGlyphsT {
pub font_id: StrhashT,
pub num_ranges: u32,
pub _padding_77: [c_char; 4],
pub ranges: *const TtfRangeT,
}Fields§
§font_id: StrhashT§num_ranges: u32§_padding_77: [c_char; 4]§ranges: *const TtfRangeTTrait Implementations§
Auto Trait Implementations§
impl Freeze for FontRequestGlyphsT
impl RefUnwindSafe for FontRequestGlyphsT
impl !Send for FontRequestGlyphsT
impl !Sync for FontRequestGlyphsT
impl Unpin for FontRequestGlyphsT
impl UnwindSafe for FontRequestGlyphsT
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