Skip to main content

WindowExtAndroid

Trait WindowExtAndroid 

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

Additional methods on Window that are specific to Android.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§