Struct nvim_gtk::ui::Components
source · [−]pub struct Components {
window: Option<ApplicationWindow>,
window_state: WindowState,
open_btn: Button,
}Fields
window: Option<ApplicationWindow>window_state: WindowStateopen_btn: ButtonImplementations
sourceimpl Components
impl Components
fn new() -> Components
pub fn close_window(&self)
pub fn window(&self) -> &ApplicationWindow
Auto Trait Implementations
impl RefUnwindSafe for Components
impl !Send for Components
impl !Sync for Components
impl Unpin for Components
impl UnwindSafe for Components
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more