#[repr(C)]pub struct AddedFontT {
pub font_identifier: StrhashT,
pub font_size: u32,
pub _padding_95: [c_char; 4],
pub font: *const FontT,
}Fields§
§font_identifier: StrhashT§font_size: u32§_padding_95: [c_char; 4]§font: *const FontTTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddedFontT
impl RefUnwindSafe for AddedFontT
impl !Send for AddedFontT
impl !Sync for AddedFontT
impl Unpin for AddedFontT
impl UnwindSafe for AddedFontT
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