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_intsfont: c_intfonts: *mut *mut FcPatternAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more