[−][src]Struct gdnative_sys::godot_pluginscript_instance_desc
Fields
init: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_script_data, p_owner: *mut godot_object) -> *mut godot_pluginscript_instance_data>finish: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data)>set_prop: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_name: *const godot_string, p_value: *const godot_variant) -> godot_bool>get_prop: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_name: *const godot_string, r_ret: *mut godot_variant) -> godot_bool>call_method: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_method: *const godot_string_name, p_args: *mut *const godot_variant, p_argcount: c_int, r_error: *mut godot_variant_call_error) -> godot_variant>notification: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_notification: c_int)>get_rpc_mode: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_method: *const godot_string) -> godot_method_rpc_mode>get_rset_mode: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data, p_variable: *const godot_string) -> godot_method_rpc_mode>refcount_incremented: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data)>refcount_decremented: Option<unsafe extern "C" fn(p_data: *mut godot_pluginscript_instance_data) -> bool>Trait Implementations
impl Clone for godot_pluginscript_instance_desc[src]
fn clone(&self) -> godot_pluginscript_instance_desc[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for godot_pluginscript_instance_desc[src]
impl Debug for godot_pluginscript_instance_desc[src]
impl Default for godot_pluginscript_instance_desc[src]
Auto Trait Implementations
impl RefUnwindSafe for godot_pluginscript_instance_desc
impl Send for godot_pluginscript_instance_desc
impl Sync for godot_pluginscript_instance_desc
impl Unpin for godot_pluginscript_instance_desc
impl UnwindSafe for godot_pluginscript_instance_desc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,