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

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

Methods

impl DynamicState[src]

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

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

impl DynamicState[src]

pub const VIEWPORT: Self[src]

pub const SCISSOR: Self[src]

pub const LINE_WIDTH: Self[src]

pub const DEPTH_BIAS: Self[src]

pub const BLEND_CONSTANTS: Self[src]

pub const DEPTH_BOUNDS: Self[src]

pub const STENCIL_COMPARE_MASK: Self[src]

pub const STENCIL_WRITE_MASK: Self[src]

pub const STENCIL_REFERENCE: Self[src]

impl DynamicState[src]

Generated from 'VK_NV_clip_space_w_scaling'

impl DynamicState[src]

Generated from 'VK_EXT_discard_rectangles'

impl DynamicState[src]

Generated from 'VK_EXT_sample_locations'

impl DynamicState[src]

Generated from 'VK_NV_shading_rate_image'

impl DynamicState[src]

Generated from 'VK_NV_shading_rate_image'

impl DynamicState[src]

Generated from 'VK_NV_scissor_exclusive'

Trait Implementations

impl Eq for DynamicState[src]

impl Default for DynamicState[src]

impl Clone for DynamicState[src]

impl PartialOrd<DynamicState> for DynamicState[src]

impl PartialEq<DynamicState> for DynamicState[src]

impl Ord for DynamicState[src]

impl Copy for DynamicState[src]

impl Hash for DynamicState[src]

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