Struct rustc_parse::parser::attr_wrapper::FrameData
source · struct FrameData {
open_delim_sp: Option<(Delimiter, Span)>,
inner: Vec<AttrTokenTree>,
}
Fields§
§open_delim_sp: Option<(Delimiter, Span)>
§inner: Vec<AttrTokenTree>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FrameData
impl !Send for FrameData
impl !Sync for FrameData
impl Unpin for FrameData
impl !UnwindSafe for FrameData
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes