#[repr(C)]pub struct _TypeInfo {Show 15 fields
pub face: usize,
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: usize,
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: MagickBooleanType,
pub signature: usize,
}Fields§
§face: usize§path: *mut c_char§name: *mut c_char§description: *mut c_char§family: *mut c_char§style: StyleType§stretch: StretchType§weight: usize§encoding: *mut c_char§foundry: *mut c_char§format: *mut c_char§metrics: *mut c_char§glyphs: *mut c_char§stealth: MagickBooleanType§signature: usizeTrait Implementations§
impl Copy for _TypeInfo
impl Eq for _TypeInfo
impl StructuralPartialEq for _TypeInfo
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