Struct pango_sys::PangoAttrClass [−][src]
#[repr(C)]pub struct PangoAttrClass { pub type_: PangoAttrType, pub copy: Option<unsafe extern "C" fn(_: *const PangoAttribute) -> *mut PangoAttribute>, pub destroy: Option<unsafe extern "C" fn(_: *mut PangoAttribute)>, pub equal: Option<unsafe extern "C" fn(_: *const PangoAttribute, _: *const PangoAttribute) -> gboolean>, }
Fields
type_: PangoAttrType
copy: Option<unsafe extern "C" fn(_: *const PangoAttribute) -> *mut PangoAttribute>
destroy: Option<unsafe extern "C" fn(_: *mut PangoAttribute)>
equal: Option<unsafe extern "C" fn(_: *const PangoAttribute, _: *const PangoAttribute) -> gboolean>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrClass
impl Send for PangoAttrClass
impl Sync for PangoAttrClass
impl Unpin for PangoAttrClass
impl UnwindSafe for PangoAttrClass
Blanket Implementations
Mutably borrows from an owned value. Read more