pub struct ValueNode {
pub index: usize,
pub local: usize,
pub need_drop: bool,
pub may_drop: bool,
pub kind: TyKind,
pub father: usize,
pub field_id: usize,
pub fields: FxHashMap<usize, usize>,
}
Fields§
§index: usize
§local: usize
§need_drop: bool
§may_drop: bool
§kind: TyKind
§father: usize
§field_id: usize
§fields: FxHashMap<usize, usize>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueNode
impl RefUnwindSafe for ValueNode
impl Send for ValueNode
impl Sync for ValueNode
impl Unpin for ValueNode
impl UnwindSafe for ValueNode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)