pub struct Tree { /* private fields */ }
Expand description
A Tree
is the default “container” for datasets in Root files The
data is oranized in so-called branches. This type is exposed only
for the purpose of creating ColumnFixedIntoIter
and
ColumnVarIntoIter
objects from it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tree
impl !RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl !UnwindSafe for Tree
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