struct NodeInit {
node: NodeDefinition,
next_vp: AtomicU32,
}
Fields§
§node: NodeDefinition
§next_vp: AtomicU32
Auto Trait Implementations§
impl !Freeze for NodeInit
impl RefUnwindSafe for NodeInit
impl Send for NodeInit
impl Sync for NodeInit
impl Unpin for NodeInit
impl UnwindSafe for NodeInit
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