[−][src]Enum polyhorn_android::prelude::StatusBarStyle
Represents the style of the OS status bar.
Variants
Uses black text and symbols.
Uses white text and symbols.
Trait Implementations
impl Clone for StatusBarStyle[src]
fn clone(&self) -> StatusBarStyle[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for StatusBarStyle[src]
impl Debug for StatusBarStyle[src]
impl Default for StatusBarStyle[src]
fn default() -> StatusBarStyle[src]
impl Eq for StatusBarStyle[src]
impl PartialEq<StatusBarStyle> for StatusBarStyle[src]
fn eq(&self, other: &StatusBarStyle) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for StatusBarStyle[src]
impl StructuralPartialEq for StatusBarStyle[src]
Auto Trait Implementations
impl RefUnwindSafe for StatusBarStyle
impl Send for StatusBarStyle
impl Sync for StatusBarStyle
impl Unpin for StatusBarStyle
impl UnwindSafe for StatusBarStyle
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float, [src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any, [src]
T: Any,
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
fn type_name(&self) -> &'static str[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>, [src]
U: ConvertFrom<T>,
fn convert_into(self) -> U[src]
fn convert_unclamped_into(self) -> U[src]
fn try_convert_into(self) -> Result<U, OutOfBounds<U>>[src]
impl<'a, T> Desc<'a, T> for T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IsDefault for T where
T: PartialEq<T> + Default + Copy, [src]
T: PartialEq<T> + Default + Copy,
fn is_default(&self) -> bool[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,