[][src]Struct sardonyx_controls::WindowFocus

pub struct WindowFocus {
    pub is_focused: bool,
}

Struct which holds information about whether the window is focused. Written to by MouseFocusUpdateSystem

Fields

is_focused: bool

If true then the window is actively focused.

Methods

impl WindowFocus[src]

pub fn new() -> WindowFocus[src]

Builds a new WindowFocus resource.

Trait Implementations

impl Default for WindowFocus[src]

impl Clone for WindowFocus[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for WindowFocus[src]

impl Debug for WindowFocus[src]

impl Serialize for WindowFocus[src]

impl<'de> Deserialize<'de> for WindowFocus[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Any for T where
    T: Any

impl<T> Resource for T where
    T: Any + Send + Sync

impl<T> TryDefault for T where
    T: Default

fn unwrap_default() -> Self

Calls try_default and panics on an error case.

impl<T> Event for T where
    T: Send + Sync + 'static, 

impl<T> Config for T where
    T: Deserialize<'a> + Serialize + Default

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

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

impl<T> Erased for T

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