pub struct DescriptorMappingSourceEXT(/* private fields */);Expand description
Implementations§
Source§impl DescriptorMappingSourceEXT
impl DescriptorMappingSourceEXT
pub const HEAP_WITH_CONSTANT_OFFSET: Self
pub const HEAP_WITH_PUSH_INDEX: Self
pub const HEAP_WITH_INDIRECT_INDEX: Self
pub const HEAP_WITH_INDIRECT_INDEX_ARRAY: Self
pub const RESOURCE_HEAP_DATA: Self
pub const PUSH_DATA: Self
pub const PUSH_ADDRESS: Self
pub const INDIRECT_ADDRESS: Self
Source§impl DescriptorMappingSourceEXT
Generated from ‘VK_EXT_descriptor_heap’
impl DescriptorMappingSourceEXT
Generated from ‘VK_EXT_descriptor_heap’
pub const HEAP_WITH_SHADER_RECORD_INDEX: Self
pub const SHADER_RECORD_DATA: Self
pub const SHADER_RECORD_ADDRESS: Self
Trait Implementations§
Source§impl Clone for DescriptorMappingSourceEXT
impl Clone for DescriptorMappingSourceEXT
Source§fn clone(&self) -> DescriptorMappingSourceEXT
fn clone(&self) -> DescriptorMappingSourceEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DescriptorMappingSourceEXT
Available on crate feature debug only.
impl Debug for DescriptorMappingSourceEXT
Available on crate feature
debug only.Source§impl Default for DescriptorMappingSourceEXT
impl Default for DescriptorMappingSourceEXT
Source§fn default() -> DescriptorMappingSourceEXT
fn default() -> DescriptorMappingSourceEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DescriptorMappingSourceEXT
impl Hash for DescriptorMappingSourceEXT
Source§impl Ord for DescriptorMappingSourceEXT
impl Ord for DescriptorMappingSourceEXT
Source§fn cmp(&self, other: &DescriptorMappingSourceEXT) -> Ordering
fn cmp(&self, other: &DescriptorMappingSourceEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DescriptorMappingSourceEXT
impl PartialOrd for DescriptorMappingSourceEXT
impl Copy for DescriptorMappingSourceEXT
impl Eq for DescriptorMappingSourceEXT
impl StructuralPartialEq for DescriptorMappingSourceEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceEXT
impl RefUnwindSafe for DescriptorMappingSourceEXT
impl Send for DescriptorMappingSourceEXT
impl Sync for DescriptorMappingSourceEXT
impl Unpin for DescriptorMappingSourceEXT
impl UnwindSafe for DescriptorMappingSourceEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more