#[repr(C)]pub struct PluginInitParams {
pub required_version: ForgeVersion,
}Fields§
§required_version: ForgeVersionAuto Trait Implementations§
impl Freeze for PluginInitParams
impl RefUnwindSafe for PluginInitParams
impl Send for PluginInitParams
impl Sync for PluginInitParams
impl Unpin for PluginInitParams
impl UnsafeUnpin for PluginInitParams
impl UnwindSafe for PluginInitParams
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