Struct fontconfig_sys::struct__FcFontSet
source · #[repr(C)]pub struct struct__FcFontSet {
pub nfont: c_int,
pub sfont: c_int,
pub fonts: *mut *mut FcPattern,
}
Fields§
§nfont: c_int
§sfont: c_int
§fonts: *mut *mut FcPattern
Auto Trait Implementations§
impl Freeze for struct__FcFontSet
impl RefUnwindSafe for struct__FcFontSet
impl !Send for struct__FcFontSet
impl !Sync for struct__FcFontSet
impl Unpin for struct__FcFontSet
impl UnwindSafe for struct__FcFontSet
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