#[repr(C)]pub struct expr {
pub type_: c_ushort,
pub __bindgen_anon_1: expr__bindgen_ty_1,
pub argList: *mut Expression,
pub nextArg: *mut Expression,
}Fields
type_: c_ushort__bindgen_anon_1: expr__bindgen_ty_1argList: *mut ExpressionnextArg: *mut ExpressionTrait Implementations
impl Copy for expr
Auto Trait Implementations
impl RefUnwindSafe for expr
impl !Send for expr
impl !Sync for expr
impl Unpin for expr
impl UnwindSafe for expr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more