Struct pango_sys::PangoAttrShape [−][src]
#[repr(C)]pub struct PangoAttrShape { pub attr: PangoAttribute, pub ink_rect: PangoRectangle, pub logical_rect: PangoRectangle, pub data: gpointer, pub copy_func: PangoAttrDataCopyFunc, pub destroy_func: GDestroyNotify, }
Fields
attr: PangoAttributeink_rect: PangoRectanglelogical_rect: PangoRectangledata: gpointercopy_func: PangoAttrDataCopyFuncdestroy_func: GDestroyNotifyTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrShapeimpl !Send for PangoAttrShapeimpl !Sync for PangoAttrShapeimpl Unpin for PangoAttrShapeimpl UnwindSafe for PangoAttrShapeBlanket Implementations
Mutably borrows from an owned value. Read more