#[repr(C)]pub struct godot_method_arg {
pub name: godot_string,
pub type_: u32,
pub hint: u32,
pub hint_string: godot_string,
}
Fields§
§name: godot_string
§type_: u32
§hint: u32
§hint_string: godot_string
Trait Implementations§
Source§impl Clone for godot_method_arg
impl Clone for godot_method_arg
Source§fn clone(&self) -> godot_method_arg
fn clone(&self) -> godot_method_arg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for godot_method_arg
impl Debug for godot_method_arg
Source§impl Default for godot_method_arg
impl Default for godot_method_arg
Source§fn default() -> godot_method_arg
fn default() -> godot_method_arg
Returns the “default value” for a type. Read more
impl Copy for godot_method_arg
Auto Trait Implementations§
impl Freeze for godot_method_arg
impl RefUnwindSafe for godot_method_arg
impl Send for godot_method_arg
impl Sync for godot_method_arg
impl Unpin for godot_method_arg
impl UnwindSafe for godot_method_arg
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