[][src]Struct dxplr::dxgi::Present

pub struct Present(_);

Implementations

impl Present[src]

pub const DoNotSequence: Self[src]

pub const Test: Self[src]

pub const Restart: Self[src]

pub const DoNotWait: Self[src]

pub const RestrictToOutput: Self[src]

pub const StreaoPreferRight: Self[src]

pub const StereoTemporaryMono: Self[src]

pub const UseDuration: Self[src]

pub const AllowTearing: Self[src]

impl Present[src]

pub fn enabled(&self, flag: Self) -> bool[src]

pub fn disabled(&self, flag: Self) -> bool[src]

Trait Implementations

impl BitAnd<Present> for Present[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<Present> for Present[src]

impl BitOr<Present> for Present[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<Present> for Present[src]

impl Clone for Present[src]

impl Copy for Present[src]

impl Debug for Present[src]

impl Default for Present[src]

impl Eq for Present[src]

impl PartialEq<Present> for Present[src]

impl StructuralEq for Present[src]

impl StructuralPartialEq for Present[src]

Auto Trait Implementations

impl RefUnwindSafe for Present

impl Send for Present

impl Sync for Present

impl Unpin for Present

impl UnwindSafe for Present

Blanket Implementations

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

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

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

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.