#[repr(C)]pub struct GtkActionGroup {
pub parent: GObject,
pub priv_: *mut GtkActionGroupPrivate,
}Fields§
§parent: GObject§priv_: *mut GtkActionGroupPrivateTrait Implementations§
Source§impl Clone for GtkActionGroup
impl Clone for GtkActionGroup
Source§fn clone(&self) -> GtkActionGroup
fn clone(&self) -> GtkActionGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkActionGroup
Auto Trait Implementations§
impl !Send for GtkActionGroup
impl !Sync for GtkActionGroup
impl Freeze for GtkActionGroup
impl RefUnwindSafe for GtkActionGroup
impl Unpin for GtkActionGroup
impl UnsafeUnpin for GtkActionGroup
impl UnwindSafe for GtkActionGroup
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