Struct swc_plugin_shared::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>

Performs the conversion.

The module that is loaded in the success case.

Performs the conversion

Represents Self by using a VariantPhantom, using the syntax Type::T to pass it in methods with _:VariantPhantom<T> parameters. Read more

Represents Self by using a VariantDropPhantom,for specialized cases. Read more

Asserts that other is the same type as self.

Asserts that other is the same type as self.

Asserts that other is the same type as self.

Equivalent to SelfOps::T,as a method. Read more

Equivalent to [Self::ty_],for specialized cases. Read more

Equivalent to [Self::ty_] with an invariant type.

Equivalent to [Self::ty_] with an invariant lifetime.

Identity comparison to another value of the same type. 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 a long method chain. Read more

Performs a conversion using Into. Read more

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

Performs a mutable reference to mutable reference conversion using 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.

The error type returned when the conversion fails.

Performs the conversion

The same type as Self. 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.

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.