Enum android_manifest::ReqNavigation [−][src]
pub enum ReqNavigation {
Undefined,
Nonav,
Dpad,
Trackball,
Wheel,
}Expand description
The navigation device required by the application, if any.
Variants
The application does not require any type of navigation control. (The navigation requirement is not defined.) This is the default value.
The application does not require a navigation control.
The application requires a D-pad (directional pad) for navigation.
The application requires a trackball for navigation.
The application requires a navigation wheel.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
fn serialize_attributes(
&self,
source_attributes: Vec<OwnedAttribute>,
source_namespace: Namespace
) -> Result<(Vec<OwnedAttribute>, Namespace), String>[src]Auto Trait Implementations
impl RefUnwindSafe for ReqNavigationimpl Send for ReqNavigationimpl Sync for ReqNavigationimpl Unpin for ReqNavigationimpl UnwindSafe for ReqNavigationBlanket Implementations
Mutably borrows from an owned value. Read more