pub struct ParamDecl {
pub specs: DeclSpecs,
pub declarator: Option<Declarator>,
pub loc: SourceLocation,
}Expand description
パラメータ宣言
Fields§
§specs: DeclSpecs§declarator: Option<Declarator>§loc: SourceLocationTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParamDecl
impl RefUnwindSafe for ParamDecl
impl Send for ParamDecl
impl Sync for ParamDecl
impl Unpin for ParamDecl
impl UnsafeUnpin for ParamDecl
impl UnwindSafe for ParamDecl
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