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

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

Methods

impl XlibSurfaceCreateFlagsKHR[src]

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

pub const fn all() -> XlibSurfaceCreateFlagsKHR[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: XlibSurfaceCreateFlagsKHR) -> bool[src]

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

Returns whether other is a subset of self

Trait Implementations

impl Eq for XlibSurfaceCreateFlagsKHR[src]

impl Default for XlibSurfaceCreateFlagsKHR[src]

impl Clone for XlibSurfaceCreateFlagsKHR[src]

impl PartialOrd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl PartialEq<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl Ord for XlibSurfaceCreateFlagsKHR[src]

impl Copy for XlibSurfaceCreateFlagsKHR[src]

impl Hash for XlibSurfaceCreateFlagsKHR[src]

impl Sub<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

type Output = XlibSurfaceCreateFlagsKHR

The resulting type after applying the - operator.

impl SubAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl Not for XlibSurfaceCreateFlagsKHR[src]

type Output = XlibSurfaceCreateFlagsKHR

The resulting type after applying the ! operator.

impl BitAnd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

type Output = XlibSurfaceCreateFlagsKHR

The resulting type after applying the & operator.

impl BitOr<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

type Output = XlibSurfaceCreateFlagsKHR

The resulting type after applying the | operator.

impl BitXor<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

type Output = XlibSurfaceCreateFlagsKHR

The resulting type after applying the ^ operator.

impl BitAndAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl BitOrAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl BitXorAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR[src]

impl Debug for XlibSurfaceCreateFlagsKHR[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]