#[repr(C)]pub struct MutableSubtreeArray {
pub contents: *mut MutableSubtree,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut MutableSubtree
§size: u32
§capacity: u32
Trait Implementations§
Source§impl Clone for MutableSubtreeArray
impl Clone for MutableSubtreeArray
Source§fn clone(&self) -> MutableSubtreeArray
fn clone(&self) -> MutableSubtreeArray
Returns a duplicate 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 moreimpl Copy for MutableSubtreeArray
Auto Trait Implementations§
impl Freeze for MutableSubtreeArray
impl RefUnwindSafe for MutableSubtreeArray
impl !Send for MutableSubtreeArray
impl !Sync for MutableSubtreeArray
impl Unpin for MutableSubtreeArray
impl UnwindSafe for MutableSubtreeArray
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