#[repr(C)]pub struct RPluginMetadata {
pub plugin_id: String,
pub display_name: String,
pub version: String,
}Fields§
§plugin_id: String§display_name: String§version: StringImplementations§
Trait Implementations§
Source§impl Clone for RPluginMetadata
impl Clone for RPluginMetadata
Source§fn clone(&self) -> RPluginMetadata
fn clone(&self) -> RPluginMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RPluginMetadata
impl Debug for RPluginMetadata
Source§impl From<PluginMetadata> for RPluginMetadata
impl From<PluginMetadata> for RPluginMetadata
Source§fn from(m: PluginMetadata) -> Self
fn from(m: PluginMetadata) -> Self
Converts to this type from the input type.
Source§impl From<RPluginMetadata> for PluginMetadata
impl From<RPluginMetadata> for PluginMetadata
Source§fn from(r: RPluginMetadata) -> Self
fn from(r: RPluginMetadata) -> Self
Converts to this type from the input type.
Source§impl IStable for RPluginMetadata
impl IStable for RPluginMetadata
Source§const REPORT: &'static TypeReport
const REPORT: &'static TypeReport
A compile-time generated report of the fields of the type, allowing for compatibility inspection.
Source§const ID: u64
const ID: u64
A stable (and ideally unique) identifier for the type. Often generated using
crate::report::gen_id, but can be manually set.Source§type ForbiddenValues = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::ForbiddenValues
type ForbiddenValues = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::ForbiddenValues
The values that the annotated type cannot occupy.
Source§type UnusedBits = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::UnusedBits
type UnusedBits = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::UnusedBits
The padding bits in the annotated types
Source§type Size = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::Size
type Size = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::Size
The size of the annotated type in bytes.
Source§type Align = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::Align
type Align = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::Align
The alignment of the annotated type in bytes.
Source§type HasExactlyOneNiche = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::HasExactlyOneNiche
type HasExactlyOneNiche = <Struct<FieldPair<FieldPair<String, String>, String>> as IStable>::HasExactlyOneNiche
Allows the detection of whether or not
core::option::Options are stable: Read moreAuto Trait Implementations§
impl Freeze for RPluginMetadata
impl RefUnwindSafe for RPluginMetadata
impl Send for RPluginMetadata
impl Sync for RPluginMetadata
impl Unpin for RPluginMetadata
impl UnsafeUnpin for RPluginMetadata
impl UnwindSafe for RPluginMetadata
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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