#[repr(C)]pub struct godot_property_attributes {
pub rset_type: u32,
pub type_: i32,
pub hint: u32,
pub hint_string: godot_string,
pub usage: u32,
pub default_value: godot_variant,
}
Fields§
§rset_type: u32
§type_: i32
§hint: u32
§hint_string: godot_string
§usage: u32
§default_value: godot_variant
Trait Implementations§
Source§impl Clone for godot_property_attributes
impl Clone for godot_property_attributes
Source§fn clone(&self) -> godot_property_attributes
fn clone(&self) -> godot_property_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_property_attributes
impl Debug for godot_property_attributes
Source§impl Default for godot_property_attributes
impl Default for godot_property_attributes
Source§fn default() -> godot_property_attributes
fn default() -> godot_property_attributes
Returns the “default value” for a type. Read more
impl Copy for godot_property_attributes
Auto Trait Implementations§
impl Freeze for godot_property_attributes
impl RefUnwindSafe for godot_property_attributes
impl Send for godot_property_attributes
impl Sync for godot_property_attributes
impl Unpin for godot_property_attributes
impl UnwindSafe for godot_property_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