#[repr(C)]pub struct DzlMenuButton {
pub parent_instance: GtkMenuButton,
}Fields§
§parent_instance: GtkMenuButtonTrait Implementations§
Source§impl Clone for DzlMenuButton
impl Clone for DzlMenuButton
Source§fn clone(&self) -> DzlMenuButton
fn clone(&self) -> DzlMenuButton
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DzlMenuButton
impl Debug for DzlMenuButton
impl Copy for DzlMenuButton
Auto Trait Implementations§
impl Freeze for DzlMenuButton
impl RefUnwindSafe for DzlMenuButton
impl !Send for DzlMenuButton
impl !Sync for DzlMenuButton
impl Unpin for DzlMenuButton
impl UnwindSafe for DzlMenuButton
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