Struct pango_sys::PangoAttrShape
source · [−]#[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 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