pub struct Session<U>where
U: Ui,{ /* private fields */ }Implementations§
source§impl<U> Session<U>where
U: Ui + 'static,
impl<U> Session<U>where
U: Ui + 'static,
pub fn open_file(&mut self, path: PathBuf)
pub fn push_widget<F>( &mut self, (widget, checker, specs): (Widget<U>, F, PushSpecs), ) -> (U::Area, Option<U::Area>)
pub fn push_widget_to<F>( &mut self, (widget, checker, specs): (Widget<U>, F, PushSpecs), area: &U::Area, ) -> (U::Area, Option<U::Area>)
pub fn cluster_widget_with<F>( &mut self, (widget, checker, specs): (Widget<U>, F, PushSpecs), area: &U::Area, ) -> (U::Area, Option<U::Area>)
Trait Implementations§
Auto Trait Implementations§
impl<U> !Freeze for Session<U>
impl<U> !RefUnwindSafe for Session<U>
impl<U> Unpin for Session<U>where
U: Unpin,
impl<U> !UnwindSafe for Session<U>
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