pub struct EngineVersion {
pub major: u32,
pub minor: u32,
pub api: u32,
}
Expand description
Engine version this library was build upon
Fields§
§major: u32
§minor: u32
§api: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineVersion
impl RefUnwindSafe for EngineVersion
impl Send for EngineVersion
impl Sync for EngineVersion
impl Unpin for EngineVersion
impl UnwindSafe for EngineVersion
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