pub struct ArrayDecl {
pub size: Option<Box<Expr>>,
pub qualifiers: TypeQualifiers,
pub is_static: bool,
pub is_vla: bool,
}Expand description
配列宣言子
Fields§
§size: Option<Box<Expr>>§qualifiers: TypeQualifiers§is_static: bool§is_vla: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayDecl
impl RefUnwindSafe for ArrayDecl
impl Send for ArrayDecl
impl Sync for ArrayDecl
impl Unpin for ArrayDecl
impl UnsafeUnpin for ArrayDecl
impl UnwindSafe for ArrayDecl
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