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: PangoAttribute
ink_rect: PangoRectangle
logical_rect: PangoRectangle
data: gpointer
copy_func: PangoAttrDataCopyFunc
destroy_func: GDestroyNotify
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrShape
impl !Send for PangoAttrShape
impl !Sync for PangoAttrShape
impl Unpin for PangoAttrShape
impl UnwindSafe for PangoAttrShape
Blanket Implementations
Mutably borrows from an owned value. Read more