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 FcChar8object: *mut c_charvalue: c_intAuto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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