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
impl Copy for PangoAttrClass
[src]
impl Copy for PangoAttrClass
impl Clone for PangoAttrClass
[src]
impl Clone for PangoAttrClass
fn clone(&self) -> PangoAttrClass
[src]
fn clone(&self) -> PangoAttrClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PangoAttrClass
[src]
impl Debug for PangoAttrClass
Auto Trait Implementations
impl Send for PangoAttrClass
impl Send for PangoAttrClass
impl Sync for PangoAttrClass
impl Sync for PangoAttrClass