#[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_1§argList: *mut Expression§nextArg: *mut ExpressionTrait Implementations§
impl Copy for expr
Auto Trait Implementations§
impl Freeze for expr
impl RefUnwindSafe for expr
impl !Send for expr
impl !Sync for expr
impl Unpin for expr
impl UnwindSafe for expr
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