pub struct OpenButtonWidgets {
pub gtk_menubutton_20: MenuButton,
pub popover: Popover,
pub recent_files_list: Box,
}Expand description
Widgets of the open button component
Fields§
§popover: Popover§recent_files_list: BoxTrait Implementations§
Auto Trait Implementations§
impl Freeze for OpenButtonWidgets
impl RefUnwindSafe for OpenButtonWidgets
impl !Send for OpenButtonWidgets
impl !Sync for OpenButtonWidgets
impl Unpin for OpenButtonWidgets
impl UnwindSafe for OpenButtonWidgets
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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