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