Struct fontconfig_sys::struct__FcValue
source · [−]#[repr(C)]pub struct struct__FcValue {
pub _type: FcType,
pub u: union_unnamed1,
}Fields
_type: FcTypeu: union_unnamed1Auto Trait Implementations
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
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