#[repr(C)]pub struct _TypeInfo {Show 16 fields
pub path: *mut c_char,
pub name: *mut c_char,
pub description: *mut c_char,
pub family: *mut c_char,
pub style: StyleType,
pub stretch: StretchType,
pub weight: c_ulong,
pub encoding: *mut c_char,
pub foundry: *mut c_char,
pub format: *mut c_char,
pub metrics: *mut c_char,
pub glyphs: *mut c_char,
pub stealth: c_uint,
pub signature: c_ulong,
pub previous: *mut _TypeInfo,
pub next: *mut _TypeInfo,
}Fields§
§path: *mut c_char§name: *mut c_char§description: *mut c_char§family: *mut c_char§style: StyleType§stretch: StretchType§weight: c_ulong§encoding: *mut c_char§foundry: *mut c_char§format: *mut c_char§metrics: *mut c_char§glyphs: *mut c_char§stealth: c_uint§signature: c_ulong§previous: *mut _TypeInfo§next: *mut _TypeInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for _TypeInfo
impl RefUnwindSafe for _TypeInfo
impl !Send for _TypeInfo
impl !Sync for _TypeInfo
impl Unpin for _TypeInfo
impl UnwindSafe for _TypeInfo
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