Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ as_ref
Method
as_ref
src/elements/window.rs:333–335 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
331
332
impl AsRef<RefCell<WidgetComponent>> for WindowElement {
333
fn as_ref(&self) -> &RefCell<WidgetComponent> {
334
self.component.as_ref()
335
}
336
}
337
338
impl Element for WindowElement {
Callers
4
on_resize_up
Method · 0.45
on_resize_down
Method · 0.45
mousedown
Method · 0.45
relayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected