pub struct FadeMenuInstanceView { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, E, S> View<FadeMenuInstanceModel<'a, E, S>> for FadeMenuInstanceViewwhere
E: Clone,
S: MenuEntryString<Entry = E>,
impl<'a, E, S> View<FadeMenuInstanceModel<'a, E, S>> for FadeMenuInstanceViewwhere
E: Clone,
S: MenuEntryString<Entry = E>,
fn view<F: Frame, C: ColModify>( &mut self, _: FadeMenuInstanceModel<'a, E, S>, context: ViewContext<C>, frame: &mut F, )
fn size<C>(&mut self, data: T, context: ViewContext<C>) -> Sizewhere
C: ColModify,
fn view_size<F, C>( &mut self, data: T, context: ViewContext<C>, frame: &mut F, ) -> Size
Auto Trait Implementations§
impl Freeze for FadeMenuInstanceView
impl RefUnwindSafe for FadeMenuInstanceView
impl Send for FadeMenuInstanceView
impl Sync for FadeMenuInstanceView
impl Unpin for FadeMenuInstanceView
impl UnwindSafe for FadeMenuInstanceView
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