#[repr(C)]pub struct gnode_t {
pub tag: gnode_n,
pub refcount: u32,
pub token: gtoken_s,
pub is_assignment: bool,
pub meta: *mut c_void,
pub decl: *mut c_void,
}
Fields§
§tag: gnode_n
§refcount: u32
§token: gtoken_s
§is_assignment: bool
§meta: *mut c_void
§decl: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gnode_t
impl RefUnwindSafe for gnode_t
impl !Send for gnode_t
impl !Sync for gnode_t
impl Unpin for gnode_t
impl UnwindSafe for gnode_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