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