pub struct RootView {
pub eure: EureHandle,
}Fields§
§eure: EureHandleTrait Implementations§
impl Copy for RootView
impl Eq for RootView
impl StructuralPartialEq for RootView
Auto Trait Implementations§
impl Freeze for RootView
impl RefUnwindSafe for RootView
impl Send for RootView
impl Sync for RootView
impl Unpin for RootView
impl UnwindSafe for RootView
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