pub struct TypeName {
pub specifier_qualifiers: Vec<SpecifierQualifier>,
pub abstract_declarator: Option<Box<AbstractDeclarator>>,
pub span: Range<usize>,
}Expand description
类型名
Fields§
§specifier_qualifiers: Vec<SpecifierQualifier>§abstract_declarator: Option<Box<AbstractDeclarator>>§span: Range<usize>Trait Implementations§
impl StructuralPartialEq for TypeName
Auto Trait Implementations§
impl Freeze for TypeName
impl RefUnwindSafe for TypeName
impl Send for TypeName
impl Sync for TypeName
impl Unpin for TypeName
impl UnwindSafe for TypeName
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