Struct pango_sys::PangoAttrSize
source · [−]#[repr(C)]pub struct PangoAttrSize {
pub attr: PangoAttribute,
pub size: c_int,
pub absolute: c_uint,
}Fields
attr: PangoAttributesize: c_intabsolute: c_uintTrait 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