Expand description
The binary interface of a function: extern "C"
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
extern_token: Extern
name: Option<LitStr>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Abi
impl !Send for Abi
impl !Sync for Abi
impl Unpin for Abi
impl UnwindSafe for Abi
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more