#[repr(C)]pub struct gnode_postfix_subexpr_t__bindgen_ty_1 {
pub expr: __BindgenUnionField<*mut gnode_t>,
pub args: __BindgenUnionField<*mut gnode_r>,
pub bindgen_union_field: u64,
}Fields§
§expr: __BindgenUnionField<*mut gnode_t>§args: __BindgenUnionField<*mut gnode_r>§bindgen_union_field: u64Trait Implementations§
impl Copy for gnode_postfix_subexpr_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for gnode_postfix_subexpr_t__bindgen_ty_1
impl RefUnwindSafe for gnode_postfix_subexpr_t__bindgen_ty_1
impl !Send for gnode_postfix_subexpr_t__bindgen_ty_1
impl !Sync for gnode_postfix_subexpr_t__bindgen_ty_1
impl Unpin for gnode_postfix_subexpr_t__bindgen_ty_1
impl UnwindSafe for gnode_postfix_subexpr_t__bindgen_ty_1
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