[][src]Struct dxplr::dxgi::SwapChainFlag

pub struct SwapChainFlag(_);

Methods

impl SwapChainFlag[src]

pub const NonPrerotated: Self[src]

pub const AllowModeSwitch: Self[src]

pub const GDICompatible: Self[src]

pub const RestrictedContent: Self[src]

pub const RestrictedSharedResourceDriver: Self[src]

pub const DisplayOnly: Self[src]

pub const FrameLatencyWaitableObject: Self[src]

pub const ForegroundLayer: Self[src]

pub const FullscreenVideo: Self[src]

pub const YUVVideo: Self[src]

pub const HWProtected: Self[src]

pub const AllowTearing: Self[src]

pub const RestrictedToAllHolographicsDisplays: Self[src]

impl SwapChainFlag[src]

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

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

Trait Implementations

impl BitAnd<SwapChainFlag> for SwapChainFlag[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<SwapChainFlag> for SwapChainFlag[src]

impl BitOr<SwapChainFlag> for SwapChainFlag[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<SwapChainFlag> for SwapChainFlag[src]

impl Clone for SwapChainFlag[src]

impl Copy for SwapChainFlag[src]

impl Debug for SwapChainFlag[src]

impl Default for SwapChainFlag[src]

impl Eq for SwapChainFlag[src]

impl PartialEq<SwapChainFlag> for SwapChainFlag[src]

impl StructuralEq for SwapChainFlag[src]

impl StructuralPartialEq for SwapChainFlag[src]

Auto Trait Implementations

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.