pub struct PluginDescription {
pub name: &'static str,
pub version: &'static str,
pub initializer: &'static [u8],
}
Fields§
§name: &'static str
§version: &'static str
§initializer: &'static [u8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginDescription
impl RefUnwindSafe for PluginDescription
impl Send for PluginDescription
impl Sync for PluginDescription
impl Unpin for PluginDescription
impl UnwindSafe for PluginDescription
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