[][src]Enum android_ndk::configuration::Density

#[repr(u32)]
pub enum Density {
    Default,
    Low,
    Medium,
    TV,
    High,
    XHigh,
    XXHigh,
    XXXHigh,
    Any,
    None,
}

Variants

Default
Low
Medium
TV
High
XHigh
XXHigh
XXXHigh
Any
None

Trait Implementations

impl Eq for Density[src]

impl Clone for Density[src]

impl PartialEq<Density> for Density[src]

impl From<Density> for u32[src]

impl Copy for Density[src]

impl Debug for Density[src]

impl TryFrom<u32> for Density[src]

type Error = String

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Density

impl Unpin for Density

impl Sync for Density

impl UnwindSafe for Density

impl RefUnwindSafe for Density

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<'a, T> Desc<'a, T> for T[src]