Struct red4ext_rs::ApiVersion
source · pub struct ApiVersion(/* private fields */);
Expand description
A version number representing the RED4ext API version.
Implementations§
source§impl ApiVersion
impl ApiVersion
Trait Implementations§
source§impl Debug for ApiVersion
impl Debug for ApiVersion
source§impl From<ApiVersion> for u32
impl From<ApiVersion> for u32
source§fn from(api: ApiVersion) -> u32
fn from(api: ApiVersion) -> u32
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApiVersion
impl RefUnwindSafe for ApiVersion
impl Send for ApiVersion
impl Sync for ApiVersion
impl Unpin for ApiVersion
impl UnwindSafe for ApiVersion
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