Struct gtk_sys::GtkFixedChild [−][src]
Fields
widget: *mut GtkWidget
x: c_int
y: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFixedChild
impl !Send for GtkFixedChild
impl !Sync for GtkFixedChild
impl Unpin for GtkFixedChild
impl UnwindSafe for GtkFixedChild
Blanket Implementations
Mutably borrows from an owned value. Read more