pub struct ExprDesc {
pub k: ExprKind,
pub u: ExprPayload,
pub t: i32,
pub f: i32,
}Expand description
Field t/f are patch-lists for short-circuit boolean evaluation.
Fields§
§k: ExprKind§u: ExprPayload§t: i32§f: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprDesc
impl !RefUnwindSafe for ExprDesc
impl !Send for ExprDesc
impl !Sync for ExprDesc
impl Unpin for ExprDesc
impl UnsafeUnpin for ExprDesc
impl !UnwindSafe for ExprDesc
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