#[repr(C)]pub struct Struct__FcConstant {
pub name: *const FcChar8,
pub object: *const c_char,
pub value: c_int,
}Fields§
§name: *const FcChar8§object: *const c_char§value: c_intTrait Implementations§
Source§impl Clone for Struct__FcConstant
impl Clone for Struct__FcConstant
Source§impl Default for Struct__FcConstant
impl Default for Struct__FcConstant
impl Copy for Struct__FcConstant
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