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