pub struct CAst {
pub translation_unit: TranslationUnit,
}Expand description
C AST 根节点
Fields§
§translation_unit: TranslationUnitImplementations§
Trait Implementations§
impl StructuralPartialEq for CAst
Auto Trait Implementations§
impl Freeze for CAst
impl RefUnwindSafe for CAst
impl Send for CAst
impl Sync for CAst
impl Unpin for CAst
impl UnwindSafe for CAst
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