WindowExtAndroid

Trait WindowExtAndroid 

Source
pub trait WindowExtAndroid {
    // Required methods
    fn content_rect(&self) -> Rect;
    fn config(&self) -> ConfigurationRef;
}
Expand description

Additional methods on Window that are specific to Android.

Required Methods§

Implementations on Foreign Types§

Source§

impl WindowExtAndroid for dyn CoreWindow + '_

Implementors§