pub struct FltkBuilder<W>where
W: WindowExt,{ /* private fields */ }
Expand description
Starting point for the UI
Implementations§
Source§impl<W> FltkBuilder<W>where
W: WindowExt,
impl<W> FltkBuilder<W>where
W: WindowExt,
Sourcepub fn get_window_mut(&mut self) -> &mut Option<W>
pub fn get_window_mut(&mut self) -> &mut Option<W>
Get a mutable reference to the fltk builder’s window.
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for FltkBuilder<W>where
W: Freeze,
impl<W> RefUnwindSafe for FltkBuilder<W>where
W: RefUnwindSafe,
impl<W> Send for FltkBuilder<W>where
W: Send,
impl<W> Sync for FltkBuilder<W>where
W: Sync,
impl<W> Unpin for FltkBuilder<W>where
W: Unpin,
impl<W> UnwindSafe for FltkBuilder<W>where
W: UnwindSafe,
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