#[repr(C)]pub struct gnode_identifier_expr_t {
pub base: gnode_t,
pub value: *const c_char,
pub value2: *const c_char,
pub symbol: *mut gnode_t,
pub location: gnode_location_t,
pub upvalue: *mut gupvalue_t,
}
Fields§
§base: gnode_t
§value: *const c_char
§value2: *const c_char
§symbol: *mut gnode_t
§location: gnode_location_t
§upvalue: *mut gupvalue_t
Trait Implementations§
Source§impl Clone for gnode_identifier_expr_t
impl Clone for gnode_identifier_expr_t
Source§impl Debug for gnode_identifier_expr_t
impl Debug for gnode_identifier_expr_t
impl Copy for gnode_identifier_expr_t
Auto Trait Implementations§
impl Freeze for gnode_identifier_expr_t
impl RefUnwindSafe for gnode_identifier_expr_t
impl !Send for gnode_identifier_expr_t
impl !Sync for gnode_identifier_expr_t
impl Unpin for gnode_identifier_expr_t
impl UnwindSafe for gnode_identifier_expr_t
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