#[repr(C)]pub struct Struct__FcObjectType {
pub object: *const c_char,
pub _type: FcType,
}Fields§
§object: *const c_char§_type: FcTypeTrait Implementations§
Source§impl Clone for Struct__FcObjectType
impl Clone for Struct__FcObjectType
Source§impl Default for Struct__FcObjectType
impl Default for Struct__FcObjectType
impl Copy for Struct__FcObjectType
Auto Trait Implementations§
impl Freeze for Struct__FcObjectType
impl RefUnwindSafe for Struct__FcObjectType
impl !Send for Struct__FcObjectType
impl !Sync for Struct__FcObjectType
impl Unpin for Struct__FcObjectType
impl UnwindSafe for Struct__FcObjectType
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