pub struct Framework { /* private fields */ }Expand description
Initialized framework handle.
This handle is used to control the lifecycle of the whole system. By dropping it, you dispose the entire framework.
Disposing the framework is required on some platform such as windows.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Framework
impl RefUnwindSafe for Framework
impl Send for Framework
impl Sync for Framework
impl Unpin for Framework
impl UnsafeUnpin for Framework
impl UnwindSafe for Framework
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