Struct makepad_widgets::nav::CxNavTreeRc
source · pub struct CxNavTreeRc(pub Rc<RefCell<CxNavTree>, Global>);
Tuple Fields§
§0: Rc<RefCell<CxNavTree>, Global>
Trait Implementations§
source§fn clone(&self) -> CxNavTreeRc
fn clone(&self) -> CxNavTreeRc
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more