pub struct TermBuf {
pub cells: Vec<u64>,
pub root: Word,
}Fields§
§cells: Vec<u64>§root: WordTrait Implementations§
Auto Trait Implementations§
impl Freeze for TermBuf
impl RefUnwindSafe for TermBuf
impl Send for TermBuf
impl Sync for TermBuf
impl Unpin for TermBuf
impl UnsafeUnpin for TermBuf
impl UnwindSafe for TermBuf
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