pub enum Extension {
Attribute(Attribute),
AsmLabel(Node<StringLiteral>),
AvailabilityAttribute(Node<AvailabilityAttribute>),
}
Expand description
Extended vendor-specific syntax that does not fit elsewhere
Variants§
Attribute(Attribute)
Attributes
AsmLabel(Node<StringLiteral>)
Assembler name for an object
AvailabilityAttribute(Node<AvailabilityAttribute>)
Platform availability
Trait Implementations§
impl StructuralPartialEq for Extension
Auto Trait Implementations§
impl Freeze for Extension
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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