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