#[repr(C)]pub struct GtkMenuItem {
pub bin: GtkBin,
pub priv_: *mut GtkMenuItemPrivate,
}Fields§
§bin: GtkBin§priv_: *mut GtkMenuItemPrivateTrait Implementations§
Source§impl Clone for GtkMenuItem
impl Clone for GtkMenuItem
Source§fn clone(&self) -> GtkMenuItem
fn clone(&self) -> GtkMenuItem
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 GtkMenuItem
Auto Trait Implementations§
impl !Send for GtkMenuItem
impl !Sync for GtkMenuItem
impl Freeze for GtkMenuItem
impl RefUnwindSafe for GtkMenuItem
impl Unpin for GtkMenuItem
impl UnsafeUnpin for GtkMenuItem
impl UnwindSafe for GtkMenuItem
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