#[repr(C)]pub struct GtkAction {
pub object: GObject,
pub private_data: *mut GtkActionPrivate,
}
Fields
object: GObject
private_data: *mut GtkActionPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAction
impl UnwindSafe for GtkAction
Blanket Implementations
Mutably borrows from an owned value. Read more