Struct roblox::instance::ReflectionMetadataEnumItem [−][src]
pub struct ReflectionMetadataEnumItem<'a> {Show 28 fields
pub browsable: bool,
pub class_category: &'a str,
pub client_only: bool,
pub constraint: &'a str,
pub deprecated: bool,
pub editing_disabled: bool,
pub editor_type: &'a str,
pub f_flag: &'a str,
pub is_backend: bool,
pub property_order: i32,
pub script_context: &'a str,
pub server_only: bool,
pub ui_maximum: f64,
pub ui_minimum: f64,
pub ui_num_ticks: f64,
pub archivable: bool,
pub class_name: &'a str,
pub name: &'a str,
pub parent: Option<InstanceRef>,
pub roblox_locked: bool,
pub source_asset_id: i64,
pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>,
pub attribute_changed: RBXScriptSignal<&'a str>,
pub changed: RBXScriptSignal<&'a str>,
pub child_added: RBXScriptSignal<Option<InstanceRef>>,
pub child_removed: RBXScriptSignal<Option<InstanceRef>>,
pub descendant_added: RBXScriptSignal<Option<InstanceRef>>,
pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
}Expand description
The ReflectionMetadataEnumItem Instance Class
Fields
browsable: boolInherited from ReflectionMetadataItem
class_category: &'a strInherited from ReflectionMetadataItem
client_only: boolInherited from ReflectionMetadataItem
constraint: &'a strInherited from ReflectionMetadataItem
deprecated: boolInherited from ReflectionMetadataItem
editing_disabled: boolInherited from ReflectionMetadataItem
editor_type: &'a strInherited from ReflectionMetadataItem
f_flag: &'a strInherited from ReflectionMetadataItem
is_backend: boolInherited from ReflectionMetadataItem
property_order: i32Inherited from ReflectionMetadataItem
script_context: &'a strInherited from ReflectionMetadataItem
server_only: boolInherited from ReflectionMetadataItem
ui_maximum: f64Inherited from ReflectionMetadataItem
ui_minimum: f64Inherited from ReflectionMetadataItem
ui_num_ticks: f64Inherited from ReflectionMetadataItem
archivable: boolInherited from Instance
class_name: &'a strInherited from Instance
name: &'a strInherited from Instance
parent: Option<InstanceRef>Inherited from Instance
roblox_locked: boolInherited from Instance
source_asset_id: i64Inherited from Instance
ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>Inherited from Instance
attribute_changed: RBXScriptSignal<&'a str>Inherited from Instance
changed: RBXScriptSignal<&'a str>Inherited from Instance
child_added: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
child_removed: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
descendant_added: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
descendant_removing: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
Implementations
Creates a new ReflectionMetadataEnumItem object.
Equivalent to Instance.new(“ReflectionMetadataEnumItem”) in Luau.
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReflectionMetadataEnumItem<'a>
impl<'a> Send for ReflectionMetadataEnumItem<'a>
impl<'a> Sync for ReflectionMetadataEnumItem<'a>
impl<'a> Unpin for ReflectionMetadataEnumItem<'a>
impl<'a> UnwindSafe for ReflectionMetadataEnumItem<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more