Struct syn::ForeignItemType [−][src]
A foreign type in an extern
block: type void
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
type_token: Type
ident: Ident
semi_token: Semi
Trait Implementations
impl Synom for ForeignItemType
[src]
[+]
impl Synom for ForeignItemType
impl ToTokens for ForeignItemType
[src]
[+]
impl ToTokens for ForeignItemType
impl Clone for ForeignItemType
[src]
[+]
impl Clone for ForeignItemType
impl From<ForeignItemType> for ForeignItem
[src]
[+]
impl From<ForeignItemType> for ForeignItem
Auto Trait Implementations
impl !Send for ForeignItemType
impl !Send for ForeignItemType
impl !Sync for ForeignItemType
impl !Sync for ForeignItemType