Struct sixtyfps_compilerlib::langtype::BuiltinElement [−][src]
pub struct BuiltinElement { pub name: String, pub native_class: Rc<NativeClass>, pub properties: HashMap<String, Type>, pub default_bindings: HashMap<String, Expression>, pub additional_accepted_child_types: HashMap<String, Type>, pub disallow_global_types_as_child_elements: bool, pub is_non_item_type: bool, pub accepts_focus: bool, pub member_functions: HashMap<String, Expression>, pub is_global: bool, pub default_size_binding: DefaultSizeBinding, pub is_internal: bool, }
Fields
name: String
native_class: Rc<NativeClass>
properties: HashMap<String, Type>
default_bindings: HashMap<String, Expression>
additional_accepted_child_types: HashMap<String, Type>
disallow_global_types_as_child_elements: bool
is_non_item_type: bool
Non-item type do not have reserved properties (x/width/rowspan/…) added to them (eg: PropertyAnimation)
accepts_focus: bool
member_functions: HashMap<String, Expression>
is_global: bool
default_size_binding: DefaultSizeBinding
is_internal: bool
When true this is an internal type not shown in the auto-completion
Implementations
impl BuiltinElement
[src]
impl BuiltinElement
[src]pub fn new(native_class: Rc<NativeClass>) -> Self
[src]
Trait Implementations
impl Clone for BuiltinElement
[src]
impl Clone for BuiltinElement
[src]fn clone(&self) -> BuiltinElement
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for BuiltinElement
[src]
impl Default for BuiltinElement
[src]fn default() -> BuiltinElement
[src]
Auto Trait Implementations
impl !RefUnwindSafe for BuiltinElement
impl !RefUnwindSafe for BuiltinElement
impl !Send for BuiltinElement
impl !Send for BuiltinElement
impl !Sync for BuiltinElement
impl !Sync for BuiltinElement
impl Unpin for BuiltinElement
impl Unpin for BuiltinElement
impl !UnwindSafe for BuiltinElement
impl !UnwindSafe for BuiltinElement