pub struct WindowHandleBuilder { /* private fields */ }
Implementations§
Source§impl WindowHandleBuilder
impl WindowHandleBuilder
Sourcepub fn with_window_properties<E: 'static + Debug>(
self,
window_properties: WindowProperties,
lambda_loop: &Loop<E>,
) -> Self
pub fn with_window_properties<E: 'static + Debug>( self, window_properties: WindowProperties, lambda_loop: &Loop<E>, ) -> Self
Probably the function that’ll be used the most
Sourcepub fn build(self) -> WindowHandle
pub fn build(self) -> WindowHandle
Build the WindowHandle
Auto Trait Implementations§
impl !Freeze for WindowHandleBuilder
impl !RefUnwindSafe for WindowHandleBuilder
impl Send for WindowHandleBuilder
impl Sync for WindowHandleBuilder
impl Unpin for WindowHandleBuilder
impl !UnwindSafe for WindowHandleBuilder
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