Union gtk_sys::GtkTextAppearance_u1
source · [−]#[repr(C)]
pub union GtkTextAppearance_u1 {
pub rgba: [*mut GdkRGBA; 2],
pub padding: [c_uint; 4],
}
Fields
rgba: [*mut GdkRGBA; 2]
padding: [c_uint; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextAppearance_u1
impl !Send for GtkTextAppearance_u1
impl !Sync for GtkTextAppearance_u1
impl Unpin for GtkTextAppearance_u1
impl UnwindSafe for GtkTextAppearance_u1
Blanket Implementations
Mutably borrows from an owned value. Read more