[][src]Struct ash::vk::ObjectEntryTypeNVX

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

https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkObjectEntryTypeNVX.html

Methods

impl ObjectEntryTypeNVX[src]

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

pub fn as_raw(self) -> i32[src]

impl ObjectEntryTypeNVX[src]

pub const DESCRIPTOR_SET: Self[src]

pub const PIPELINE: Self[src]

pub const INDEX_BUFFER: Self[src]

pub const VERTEX_BUFFER: Self[src]

pub const PUSH_CONSTANT: Self[src]

Trait Implementations

impl Copy for ObjectEntryTypeNVX[src]

impl Default for ObjectEntryTypeNVX[src]

impl Eq for ObjectEntryTypeNVX[src]

impl Clone for ObjectEntryTypeNVX[src]

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

Performs copy-assignment from source. Read more

impl PartialOrd<ObjectEntryTypeNVX> for ObjectEntryTypeNVX[src]

impl PartialEq<ObjectEntryTypeNVX> for ObjectEntryTypeNVX[src]

impl Ord for ObjectEntryTypeNVX[src]

fn max(self, other: Self) -> Self1.21.0[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self1.21.0[src]

Compares and returns the minimum of two values. Read more

fn clamp(self, min: Self, max: Self) -> Self[src]

🔬 This is a nightly-only experimental API. (clamp)

Restrict a value to a certain interval. Read more

impl Hash for ObjectEntryTypeNVX[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for ObjectEntryTypeNVX[src]

Auto Trait Implementations

impl Unpin for ObjectEntryTypeNVX

impl Sync for ObjectEntryTypeNVX

impl Send for ObjectEntryTypeNVX

impl UnwindSafe for ObjectEntryTypeNVX

impl RefUnwindSafe for ObjectEntryTypeNVX

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T, U> Into<U> for T where
    U: From<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> 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]