pub struct ClassEditorMethodTable { /* private fields */ }
Implementations§
Source§impl ClassEditorMethodTable
impl ClassEditorMethodTable
pub const CLASS_COUNT: usize = 2usize
pub const METHOD_COUNT: usize = 32usize
pub unsafe fn load( interface: &GDExtensionInterface, string_names: &mut StringCache<'_>, ) -> Self
pub fn fptr_by_index(&self, index: usize) -> ClassMethodBind
Auto Trait Implementations§
impl Freeze for ClassEditorMethodTable
impl RefUnwindSafe for ClassEditorMethodTable
impl Send for ClassEditorMethodTable
impl Sync for ClassEditorMethodTable
impl Unpin for ClassEditorMethodTable
impl UnwindSafe for ClassEditorMethodTable
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