Struct gtk_sys::GtkTearoffMenuItem
source · [−]#[repr(C)]pub struct GtkTearoffMenuItem {
pub menu_item: GtkMenuItem,
pub priv_: *mut GtkTearoffMenuItemPrivate,
}
Fields
priv_: *mut GtkTearoffMenuItemPrivate
Trait Implementations
sourceimpl Clone for GtkTearoffMenuItem
impl Clone for GtkTearoffMenuItem
sourcefn clone(&self) -> GtkTearoffMenuItem
fn clone(&self) -> GtkTearoffMenuItem
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 GtkTearoffMenuItem
impl Debug for GtkTearoffMenuItem
impl Copy for GtkTearoffMenuItem
Auto Trait Implementations
impl RefUnwindSafe for GtkTearoffMenuItem
impl !Send for GtkTearoffMenuItem
impl !Sync for GtkTearoffMenuItem
impl Unpin for GtkTearoffMenuItem
impl UnwindSafe for GtkTearoffMenuItem
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