Struct swc_plugin_api::SwcPluginRef[][src]

#[repr(transparent)]
pub struct SwcPluginRef(pub PrefixRef<SwcPlugin_Prefix>);
Expand description

This is the pointer to the prefix of SwcPlugin.

This is automatically generated documentation,by the StableAbi derive macro.

Creating a compiletime-constant

You can look at the docs in abi_stable::docs::prefix_types to see how you can construct and use this and similar types.
More specifically in the “constructing a module” example or the “Constructing a vtable” example

Tuple Fields

0: PrefixRef<SwcPlugin_Prefix>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The referent of the pointer, what it points to.

A marker type that can be used as a proof that the T type parameter of ImmutableRefTarget<T, U> implements ImmutableRef<Target = U>. Read more

Converts this pointer to a NonNull.

Constructs this pointer from a NonNull. Read more

Converts this pointer to a raw pointer.

Constructs this pointer from a raw pointer. Read more

A struct that contains all the fields of some other struct up to the field annotated with #[sabi(last_prefix_field)] inclusive. Read more

A type used to prove that the This type parameter in PointsToPrefixFields<This, PF> implements PrefixRefTrait<PrefixFields = PF>. Read more

Converts a PrefixRef to Self

Converts Self to a PrefixRef

Gets the statics for Self. Read more

The name of the dynamic library,which is the same on all platforms. This is generally the name of the implementation crate. Read more

The name of the library used in error messages.

The version number of the library that this is a root module of. Read more

All the constants of this trait and supertraits. Read more

Like Self::CONSTANTS, except without including the type layout constant for the root module. Read more

Gets the root module,returning None if the module is not yet loaded.

Gets the RawLibrary of the module, returning None if the dynamic library failed to load (it doesn’t exist or layout checking failed). Read more

Returns the path the library would be loaded from,given a directory(folder).

Loads the root module,with a closure which either returns the root module or an error. Read more

Loads this module from the path specified by where_, first loading the dynamic library if it wasn’t already loaded. Read more

Loads this module from the directory specified by where_, first loading the dynamic library if it wasn’t already loaded. Read more

Loads this module from the file at path_, first loading the dynamic library if it wasn’t already loaded. Read more

Defines behavior that happens once the module is loaded. Read more

Whether this type has a single invalid bit-pattern. Read more

The layout of the type provided by implementors.

const-equivalents of the associated types.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

The owned type, stored in RCow::Owned

The borrowed type, stored in RCow::Borrowed

Performs the conversion.

This is always WithMetadata_<Self, Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The module that is loaded in the success case.

Performs the conversion

Gets a reference to a field, determined by offset. Read more

Gets a muatble reference to a field, determined by offset. Read more

Gets a const pointer to a field, the field is determined by offset. Read more

Gets a mutable pointer to a field, determined by offset. Read more

Replaces a field (determined by offset) with value, returning the previous value of the field. Read more

Swaps a field (determined by offset) with the same field in right. Read more

Gets a copy of a field (determined by offset). The field is determined by offset. Read more

Replaces a field (determined by offset) with value, returning the previous value of the field. Read more

Swaps a field (determined by offset) with the same field in right. Read more

Gets a copy of a field (determined by offset). The field is determined by offset. Read more

Compares the address of self with the address of other. Read more

Emulates the pipeline operator, allowing method syntax in more places. Read more

The same as piped except that the function takes &Self Useful for functions that take &Self instead of Self. Read more

The same as piped, except that the function takes &mut Self. Useful for functions that take &mut Self instead of Self. Read more

Mutates self using a closure taking self by mutable reference, passing it along the method chain. Read more

Observes the value of self, passing it along unmodified. Useful in long method chains. Read more

Performs a conversion with Into. using the turbofish .into_::<_>() syntax. Read more

Performs a reference to reference conversion with AsRef, using the turbofish .as_ref_::<_>() syntax. Read more

Performs a mutable reference to mutable reference conversion with AsMut, using the turbofish .as_mut_::<_>() syntax. Read more

Drops self using method notation. Alternative to std::mem::drop. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Transmutes the element type of this pointer.. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

This is always Self.

Converts a value back to the original type.

Converts a reference back to the original type.

Converts a mutable reference back to the original type.

Converts a box back to the original type.

Converts an Arc back to the original type. Read more

Converts an Rc back to the original type. Read more

Converts a value back to the original type.

Converts a reference back to the original type.

Converts a mutable reference back to the original type.

Converts a box back to the original type.

Converts an Arc back to the original type.

Converts an Rc back to the original type.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more