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