Struct quake3_native_vm::qagame::Syscalls
source · pub struct Syscalls { /* private fields */ }
Expand description
qagame
specific wrapper around generic Syscall
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Syscalls
impl Send for Syscalls
impl Sync for Syscalls
impl Unpin for Syscalls
impl UnwindSafe for Syscalls
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