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

Trait Implementations

impl Copy for PangoAttrClass
[src]

impl Clone for PangoAttrClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoAttrClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations