Struct pangocairo_sys::Struct__PangoAttrClass [] [src]

#[repr(C)]
pub struct Struct__PangoAttrClass { pub _type: PangoAttrType, pub copy: Option<extern "C" fn(_: *const PangoAttribute) -> *mut PangoAttribute>, pub destroy: Option<extern "C" fn(_: *mut PangoAttribute)>, pub equal: Option<extern "C" fn(_: *const PangoAttribute, _: *const PangoAttribute) -> gboolean>, }

Fields

Trait Implementations

impl Copy for Struct__PangoAttrClass
[src]

impl Clone for Struct__PangoAttrClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__PangoAttrClass
[src]

Returns the "default value" for a type. Read more