Struct makepad_widgets::nav::CxNavTree
source · pub struct CxNavTree { /* private fields */ }
Trait Implementations§
source§fn index_mut(
&mut self,
index: DrawListId
) -> &mut <CxNavTree as Index<DrawListId>>::Output
fn index_mut( &mut self, index: DrawListId ) -> &mut <CxNavTree as Index<DrawListId>>::Output
Performs the mutable indexing (
container[index]
) operation. Read more