pub struct VariableArrayRoot { /* private fields */ }Expand description
A root representing an array of variables
Implementations§
Trait Implementations§
Source§impl GcRoot for VariableArrayRoot
impl GcRoot for VariableArrayRoot
Source§fn description(&self) -> String
fn description(&self) -> String
Get a human-readable description of this root
Source§fn estimated_size(&self) -> usize
fn estimated_size(&self) -> usize
Get the estimated size of objects reachable from this root
impl Send for VariableArrayRoot
impl Sync for VariableArrayRoot
Auto Trait Implementations§
impl Freeze for VariableArrayRoot
impl RefUnwindSafe for VariableArrayRoot
impl Unpin for VariableArrayRoot
impl UnwindSafe for VariableArrayRoot
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