Enum quake3_native_vm::qagame::Imports
source · #[repr(C)]pub enum Imports {
G_PRINT,
G_ERROR,
}
Expand description
System traps provided by the engine
See gameImport_t
in ioquake3’s game/g_public.h
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Imports
impl Send for Imports
impl Sync for Imports
impl Unpin for Imports
impl UnwindSafe for Imports
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