Struct i_slint_compiler::object_tree::PopupWindow
source · pub struct PopupWindow {
pub component: Rc<Component>,
pub x: NamedReference,
pub y: NamedReference,
pub parent_element: ElementRc,
}
Fields§
§component: Rc<Component>
§x: NamedReference
§y: NamedReference
§parent_element: ElementRc
Trait Implementations§
source§impl Clone for PopupWindow
impl Clone for PopupWindow
source§fn clone(&self) -> PopupWindow
fn clone(&self) -> PopupWindow
Returns a copy 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 more