Struct pango_sys::PangoAttrSize [−][src]
#[repr(C)]pub struct PangoAttrSize { pub attr: PangoAttribute, pub size: c_int, pub absolute: c_uint, }
Fields
attr: PangoAttribute
size: c_int
absolute: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrSize
impl !Send for PangoAttrSize
impl !Sync for PangoAttrSize
impl Unpin for PangoAttrSize
impl UnwindSafe for PangoAttrSize
Blanket Implementations
Mutably borrows from an owned value. Read more