pub struct UiFrameCx<'a, H: UiHost> {
pub ui: &'a mut UiTree<H>,
pub app: &'a mut H,
pub services: &'a mut dyn UiServices,
pub window: AppWindowId,
pub bounds: Rect,
pub scale_factor: f32,
}Fields§
§ui: &'a mut UiTree<H>§app: &'a mut H§services: &'a mut dyn UiServices§window: AppWindowId§bounds: Rect§scale_factor: f32Implementations§
Auto Trait Implementations§
impl<'a, H> Freeze for UiFrameCx<'a, H>
impl<'a, H> !RefUnwindSafe for UiFrameCx<'a, H>
impl<'a, H> !Send for UiFrameCx<'a, H>
impl<'a, H> !Sync for UiFrameCx<'a, H>
impl<'a, H> Unpin for UiFrameCx<'a, H>
impl<'a, H> UnsafeUnpin for UiFrameCx<'a, H>
impl<'a, H> !UnwindSafe for UiFrameCx<'a, H>
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