Struct pango_sys::PangoEngineShape [−][src]
#[repr(C)]pub struct PangoEngineShape { pub parent_instance: PangoEngine, }
Fields
parent_instance: PangoEngine
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoEngineShape
impl !Send for PangoEngineShape
impl !Sync for PangoEngineShape
impl Unpin for PangoEngineShape
impl UnwindSafe for PangoEngineShape
Blanket Implementations
Mutably borrows from an owned value. Read more