Struct gtk_sys::GtkImageMenuItem
source · [−]#[repr(C)]pub struct GtkImageMenuItem {
pub menu_item: GtkMenuItem,
pub priv_: *mut GtkImageMenuItemPrivate,
}
Fields
priv_: *mut GtkImageMenuItemPrivate
Trait Implementations
sourceimpl Clone for GtkImageMenuItem
impl Clone for GtkImageMenuItem
sourcefn clone(&self) -> GtkImageMenuItem
fn clone(&self) -> GtkImageMenuItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkImageMenuItem
impl Debug for GtkImageMenuItem
impl Copy for GtkImageMenuItem
Auto Trait Implementations
impl RefUnwindSafe for GtkImageMenuItem
impl !Send for GtkImageMenuItem
impl !Sync for GtkImageMenuItem
impl Unpin for GtkImageMenuItem
impl UnwindSafe for GtkImageMenuItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more