#[repr(C)]pub struct SubtreeArray {
pub contents: *mut Subtree,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut Subtree
§size: u32
§capacity: u32
Trait Implementations§
Source§impl Clone for SubtreeArray
impl Clone for SubtreeArray
Source§fn clone(&self) -> SubtreeArray
fn clone(&self) -> SubtreeArray
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SubtreeArray
Auto Trait Implementations§
impl Freeze for SubtreeArray
impl RefUnwindSafe for SubtreeArray
impl !Send for SubtreeArray
impl !Sync for SubtreeArray
impl Unpin for SubtreeArray
impl UnwindSafe for SubtreeArray
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