#[repr(C)]pub struct godot_method_attributes {
pub rpc_type: u32,
}
Fields§
§rpc_type: u32
Trait Implementations§
Source§impl Clone for godot_method_attributes
impl Clone for godot_method_attributes
Source§fn clone(&self) -> godot_method_attributes
fn clone(&self) -> godot_method_attributes
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_attributes
impl Debug for godot_method_attributes
Source§impl Default for godot_method_attributes
impl Default for godot_method_attributes
Source§fn default() -> godot_method_attributes
fn default() -> godot_method_attributes
Returns the “default value” for a type. Read more
impl Copy for godot_method_attributes
Auto Trait Implementations§
impl Freeze for godot_method_attributes
impl RefUnwindSafe for godot_method_attributes
impl Send for godot_method_attributes
impl Sync for godot_method_attributes
impl Unpin for godot_method_attributes
impl UnwindSafe for godot_method_attributes
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