#[repr(C)]pub struct FontProviderT {
pub font_id: StrhashT,
pub font_size: u32,
pub _padding_36: [c_char; 4],
pub descriptor: *const FontDescriptorT,
}Fields§
§font_id: StrhashT§font_size: u32§_padding_36: [c_char; 4]§descriptor: *const FontDescriptorTTrait Implementations§
Auto Trait Implementations§
impl Freeze for FontProviderT
impl RefUnwindSafe for FontProviderT
impl !Send for FontProviderT
impl !Sync for FontProviderT
impl Unpin for FontProviderT
impl UnwindSafe for FontProviderT
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