#[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 !Send for GtkAction
impl !Sync for GtkAction
impl Unpin for GtkAction
impl UnwindSafe for GtkAction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more