#[repr(C)]pub struct gnode_compound_stmt_t {
pub base: gnode_t,
pub symtable: *mut symboltable_t,
pub stmts: *mut gnode_r,
pub nclose: u32,
}Fields§
§base: gnode_t§symtable: *mut symboltable_t§stmts: *mut gnode_r§nclose: u32Trait Implementations§
Source§impl Clone for gnode_compound_stmt_t
impl Clone for gnode_compound_stmt_t
Source§impl Debug for gnode_compound_stmt_t
impl Debug for gnode_compound_stmt_t
impl Copy for gnode_compound_stmt_t
Auto Trait Implementations§
impl Freeze for gnode_compound_stmt_t
impl RefUnwindSafe for gnode_compound_stmt_t
impl !Send for gnode_compound_stmt_t
impl !Sync for gnode_compound_stmt_t
impl Unpin for gnode_compound_stmt_t
impl UnwindSafe for gnode_compound_stmt_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