Struct gtk_sys::GtkTearoffMenuItem [−][src]
#[repr(C)]pub struct GtkTearoffMenuItem { pub menu_item: GtkMenuItem, pub priv_: *mut GtkTearoffMenuItemPrivate, }
Fields
priv_: *mut GtkTearoffMenuItemPrivate
Trait Implementations
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
Mutably borrows from an owned value. Read more