Struct sixtyfps_compilerlib::object_tree::PopupWindow [−][src]
pub struct PopupWindow {
pub component: Rc<Component>,
pub x: NamedReference,
pub y: NamedReference,
}Fields
component: Rc<Component>x: NamedReferencey: NamedReferenceTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PopupWindow
impl !RefUnwindSafe for PopupWindowimpl !Send for PopupWindow
impl !Send for PopupWindowimpl !Sync for PopupWindow
impl !Sync for PopupWindowimpl Unpin for PopupWindow
impl Unpin for PopupWindowimpl !UnwindSafe for PopupWindow
impl !UnwindSafe for PopupWindow