pub struct GdextRuntimeMetadata { /* private fields */ }Implementations§
Source§impl GdextRuntimeMetadata
impl GdextRuntimeMetadata
pub fn load(sys_version: GDExtensionGodotVersion) -> Self
pub fn version_string(&self) -> &str
pub fn version_triple(&self) -> (u8, u8, u8)
Trait Implementations§
impl Send for GdextRuntimeMetadata
impl Sync for GdextRuntimeMetadata
Auto Trait Implementations§
impl Freeze for GdextRuntimeMetadata
impl RefUnwindSafe for GdextRuntimeMetadata
impl Unpin for GdextRuntimeMetadata
impl UnwindSafe for GdextRuntimeMetadata
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