#[repr(C)]pub struct CallStmt {
pub type_: NodeTag,
pub funccall: *mut FuncCall,
pub funcexpr: *mut FuncExpr,
pub outargs: *mut List,
}Fields§
§type_: NodeTag§funccall: *mut FuncCall§funcexpr: *mut FuncExpr§outargs: *mut ListTrait Implementations§
impl Copy for CallStmt
Auto Trait Implementations§
impl !Send for CallStmt
impl !Sync for CallStmt
impl Freeze for CallStmt
impl RefUnwindSafe for CallStmt
impl Unpin for CallStmt
impl UnsafeUnpin for CallStmt
impl UnwindSafe for CallStmt
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