Struct red4ext_rs::SdkVersion
source · pub struct SdkVersion(/* private fields */);
Expand description
A version number representing the RED4ext SDK version.
Implementations§
source§impl SdkVersion
impl SdkVersion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdkVersion
impl RefUnwindSafe for SdkVersion
impl Send for SdkVersion
impl Sync for SdkVersion
impl Unpin for SdkVersion
impl UnwindSafe for SdkVersion
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