pub struct DescriptorMappingSourceEXT(/* private fields */);Expand description
Implementations§
Source§impl DescriptorMappingSourceEXT
impl DescriptorMappingSourceEXT
pub const HEAP_WITH_CONSTANT_OFFSET: DescriptorMappingSourceEXT
pub const HEAP_WITH_PUSH_INDEX: DescriptorMappingSourceEXT
pub const HEAP_WITH_INDIRECT_INDEX: DescriptorMappingSourceEXT
pub const HEAP_WITH_INDIRECT_INDEX_ARRAY: DescriptorMappingSourceEXT
pub const RESOURCE_HEAP_DATA: DescriptorMappingSourceEXT
pub const PUSH_DATA: DescriptorMappingSourceEXT
pub const PUSH_ADDRESS: DescriptorMappingSourceEXT
pub const INDIRECT_ADDRESS: DescriptorMappingSourceEXT
pub const HEAP_WITH_SHADER_RECORD_INDEX: DescriptorMappingSourceEXT
pub const SHADER_RECORD_DATA: DescriptorMappingSourceEXT
pub const SHADER_RECORD_ADDRESS: DescriptorMappingSourceEXT
pub const fn from_raw(value: i32) -> DescriptorMappingSourceEXT
pub const fn as_raw(self) -> i32
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
impl Debug for DescriptorMappingSourceEXT
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 Display for DescriptorMappingSourceEXT
impl Display for DescriptorMappingSourceEXT
Source§impl Error for DescriptorMappingSourceEXT
impl Error for DescriptorMappingSourceEXT
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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