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