#[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 Freeze for GtkAction
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