#[repr(transparent)]pub struct DynamicState(_);Expand description
Implementations
sourceimpl DynamicState
impl DynamicState
sourceimpl DynamicState
impl DynamicState
pub const VIEWPORT: DynamicState
pub const SCISSOR: DynamicState
pub const LINE_WIDTH: DynamicState
pub const DEPTH_BIAS: DynamicState
pub const BLEND_CONSTANTS: DynamicState
pub const DEPTH_BOUNDS: DynamicState
pub const STENCIL_COMPARE_MASK: DynamicState
pub const STENCIL_WRITE_MASK: DynamicState
pub const STENCIL_REFERENCE: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_NV_clip_space_w_scaling’
pub const VIEWPORT_W_SCALING_NV: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_discard_rectangles’
pub const DISCARD_RECTANGLE_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_sample_locations’
pub const SAMPLE_LOCATIONS_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_KHR_ray_tracing_pipeline’
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_NV_shading_rate_image’
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_NV_scissor_exclusive’
pub const EXCLUSIVE_SCISSOR_NV: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_KHR_fragment_shading_rate’
pub const FRAGMENT_SHADING_RATE_KHR: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_line_rasterization’
pub const LINE_STIPPLE_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_extended_dynamic_state’
pub const CULL_MODE_EXT: DynamicState
pub const FRONT_FACE_EXT: DynamicState
pub const PRIMITIVE_TOPOLOGY_EXT: DynamicState
pub const VIEWPORT_WITH_COUNT_EXT: DynamicState
pub const SCISSOR_WITH_COUNT_EXT: DynamicState
pub const VERTEX_INPUT_BINDING_STRIDE_EXT: DynamicState
pub const DEPTH_TEST_ENABLE_EXT: DynamicState
pub const DEPTH_WRITE_ENABLE_EXT: DynamicState
pub const DEPTH_COMPARE_OP_EXT: DynamicState
pub const DEPTH_BOUNDS_TEST_ENABLE_EXT: DynamicState
pub const STENCIL_TEST_ENABLE_EXT: DynamicState
pub const STENCIL_OP_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_vertex_input_dynamic_state’
pub const VERTEX_INPUT_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_extended_dynamic_state2’
pub const PATCH_CONTROL_POINTS_EXT: DynamicState
pub const RASTERIZER_DISCARD_ENABLE_EXT: DynamicState
pub const DEPTH_BIAS_ENABLE_EXT: DynamicState
pub const LOGIC_OP_EXT: DynamicState
pub const PRIMITIVE_RESTART_ENABLE_EXT: DynamicState
sourceimpl DynamicState
impl DynamicState
Generated from ‘VK_EXT_color_write_enable’
pub const COLOR_WRITE_ENABLE_EXT: DynamicState
Trait Implementations
sourceimpl Clone for DynamicState
impl Clone for DynamicState
sourcepub fn clone(&self) -> DynamicState
pub fn clone(&self) -> DynamicState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DynamicState
impl Debug for DynamicState
sourceimpl Default for DynamicState
impl Default for DynamicState
sourcepub fn default() -> DynamicState
pub fn default() -> DynamicState
Returns the “default value” for a type. Read more
sourceimpl Hash for DynamicState
impl Hash for DynamicState
sourceimpl Ord for DynamicState
impl Ord for DynamicState
sourceimpl PartialEq<DynamicState> for DynamicState
impl PartialEq<DynamicState> for DynamicState
sourcepub fn eq(&self, other: &DynamicState) -> bool
pub fn eq(&self, other: &DynamicState) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &DynamicState) -> bool
pub fn ne(&self, other: &DynamicState) -> bool
This method tests for !=.
sourceimpl PartialOrd<DynamicState> for DynamicState
impl PartialOrd<DynamicState> for DynamicState
sourcepub fn partial_cmp(&self, other: &DynamicState) -> Option<Ordering>
pub fn partial_cmp(&self, other: &DynamicState) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for DynamicState
impl Eq for DynamicState
impl StructuralEq for DynamicState
impl StructuralPartialEq for DynamicState
Auto Trait Implementations
impl RefUnwindSafe for DynamicState
impl Send for DynamicState
impl Sync for DynamicState
impl Unpin for DynamicState
impl UnwindSafe for DynamicState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
sourcefn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().
sourcefn read_from_big_endian(read: &mut R) -> Result<Self, Error>
fn read_from_big_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().
sourcefn read_from_native_endian(read: &mut R) -> Result<Self, Error>
fn read_from_native_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more