[][src]Struct ash_tray::ash::vk::DeviceGroupPresentModeFlagsKHR

#[repr(transparent)]
pub struct DeviceGroupPresentModeFlagsKHR(_);

Methods

impl DeviceGroupPresentModeFlagsKHR[src]

pub const fn empty() -> DeviceGroupPresentModeFlagsKHR[src]

pub const fn all() -> DeviceGroupPresentModeFlagsKHR[src]

pub const fn from_raw(x: Flags) -> Self[src]

pub const fn as_raw(self) -> Flags[src]

pub fn is_empty(self) -> bool[src]

pub fn is_all(self) -> bool[src]

pub fn intersects(self, other: DeviceGroupPresentModeFlagsKHR) -> bool[src]

pub fn contains(self, other: DeviceGroupPresentModeFlagsKHR) -> bool[src]

Returns whether other is a subset of self

impl DeviceGroupPresentModeFlagsKHR[src]

pub const LOCAL: Self[src]

Present from local memory

pub const REMOTE: Self[src]

Present from remote memory

pub const SUM: Self[src]

Present sum of local and/or remote memory

pub const LOCAL_MULTI_DEVICE: Self[src]

Each physical device presents from local memory

Trait Implementations

impl Eq for DeviceGroupPresentModeFlagsKHR[src]

impl Default for DeviceGroupPresentModeFlagsKHR[src]

impl Clone for DeviceGroupPresentModeFlagsKHR[src]

impl PartialOrd<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl PartialEq<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl Ord for DeviceGroupPresentModeFlagsKHR[src]

impl Copy for DeviceGroupPresentModeFlagsKHR[src]

impl Hash for DeviceGroupPresentModeFlagsKHR[src]

impl Sub<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

type Output = DeviceGroupPresentModeFlagsKHR

The resulting type after applying the - operator.

impl SubAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl Not for DeviceGroupPresentModeFlagsKHR[src]

type Output = DeviceGroupPresentModeFlagsKHR

The resulting type after applying the ! operator.

impl BitAnd<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

type Output = DeviceGroupPresentModeFlagsKHR

The resulting type after applying the & operator.

impl BitOr<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

type Output = DeviceGroupPresentModeFlagsKHR

The resulting type after applying the | operator.

impl BitXor<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

type Output = DeviceGroupPresentModeFlagsKHR

The resulting type after applying the ^ operator.

impl BitAndAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl BitOrAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl BitXorAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR[src]

impl Debug for DeviceGroupPresentModeFlagsKHR[src]

Auto Trait Implementations

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]