Struct libdazzle_sys::DzlMenuButton
source · [−]#[repr(C)]pub struct DzlMenuButton {
pub parent_instance: GtkMenuButton,
}Fields
parent_instance: GtkMenuButtonTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlMenuButton
impl !Send for DzlMenuButton
impl !Sync for DzlMenuButton
impl Unpin for DzlMenuButton
impl UnwindSafe for DzlMenuButton
Blanket Implementations
Mutably borrows from an owned value. Read more