[][src]Struct rair_io::RIOPluginMetadata

pub struct RIOPluginMetadata {
    pub name: &'static str,
    pub desc: &'static str,
    pub author: &'static str,
    pub license: &'static str,
    pub version: &'static str,
}

Metadata that describes the plugin

Fields

name: &'static str

Name of the plugin

desc: &'static str

Short description of the plugin

author: &'static str

Name of the author of the plugin

license: &'static str

License of the plugin

version: &'static str

Version of the plugin

Trait Implementations

impl PartialEq<RIOPluginMetadata> for RIOPluginMetadata[src]

impl StructuralPartialEq for RIOPluginMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for RIOPluginMetadata

impl Send for RIOPluginMetadata

impl Sync for RIOPluginMetadata

impl Unpin for RIOPluginMetadata

impl UnwindSafe for RIOPluginMetadata

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.