#[repr(C)]pub struct ttf_file__bindgen_ty_3 {Show 16 fields
pub copyright: *const c_char,
pub family: *const c_char,
pub subfamily: *const c_char,
pub unique_id: *const c_char,
pub full_name: *const c_char,
pub version: *const c_char,
pub ps_name: *const c_char,
pub trademark: *const c_char,
pub manufacturer: *const c_char,
pub designer: *const c_char,
pub description: *const c_char,
pub url_vendor: *const c_char,
pub url_designer: *const c_char,
pub license_desc: *const c_char,
pub locense_url: *const c_char,
pub sample_text: *const c_char,
}Fields§
§copyright: *const c_char§family: *const c_char§subfamily: *const c_char§unique_id: *const c_char§full_name: *const c_char§version: *const c_char§ps_name: *const c_char§trademark: *const c_char§manufacturer: *const c_char§designer: *const c_char§description: *const c_char§url_vendor: *const c_char§url_designer: *const c_char§license_desc: *const c_char§locense_url: *const c_char§sample_text: *const c_charTrait Implementations§
Source§impl Clone for ttf_file__bindgen_ty_3
impl Clone for ttf_file__bindgen_ty_3
Source§fn clone(&self) -> ttf_file__bindgen_ty_3
fn clone(&self) -> ttf_file__bindgen_ty_3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ttf_file__bindgen_ty_3
impl Debug for ttf_file__bindgen_ty_3
impl Copy for ttf_file__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for ttf_file__bindgen_ty_3
impl RefUnwindSafe for ttf_file__bindgen_ty_3
impl !Send for ttf_file__bindgen_ty_3
impl !Sync for ttf_file__bindgen_ty_3
impl Unpin for ttf_file__bindgen_ty_3
impl UnwindSafe for ttf_file__bindgen_ty_3
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