Struct syn::ExprUnsafe [−][src]
Expand description
An unsafe block: unsafe { ... }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
unsafe_token: Unsafe
block: Block
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprUnsafe
impl !Send for ExprUnsafe
impl !Sync for ExprUnsafe
impl Unpin for ExprUnsafe
impl UnwindSafe for ExprUnsafe
Blanket Implementations
Mutably borrows from an owned value. Read more