#[repr(C)]pub struct RawStmt {
pub type_: NodeTag,
pub stmt: *mut Node,
pub stmt_location: c_int,
pub stmt_len: c_int,
}
Expand description
Raw Grammar Output Statements
Fields§
§type_: NodeTag
§stmt: *mut Node
§stmt_location: c_int
§stmt_len: c_int
Trait Implementations§
impl Copy for RawStmt
Auto Trait Implementations§
impl Freeze for RawStmt
impl RefUnwindSafe for RawStmt
impl !Send for RawStmt
impl !Sync for RawStmt
impl Unpin for RawStmt
impl UnwindSafe for RawStmt
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