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