Struct red4ext_rs::RuntimeVersion
source · pub struct RuntimeVersion(/* private fields */);
Expand description
A version number representing the game’s version.
Implementations§
source§impl RuntimeVersion
impl RuntimeVersion
sourcepub const RUNTIME_INDEPENDENT: Self = _
pub const RUNTIME_INDEPENDENT: Self = _
A special version number that indicates the plugin is compatible with any game version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeVersion
impl RefUnwindSafe for RuntimeVersion
impl Send for RuntimeVersion
impl Sync for RuntimeVersion
impl Unpin for RuntimeVersion
impl UnwindSafe for RuntimeVersion
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