Struct screen_13::driver::DescriptorBinding
source · [−]Expand description
Tuple of descriptor set index and binding index.
This is a generic representation of the descriptor binding point within the shader and not a bound descriptor reference.
Tuple Fields
0: u321: u32Trait Implementations
sourceimpl Clone for DescriptorBinding
impl Clone for DescriptorBinding
sourcefn clone(&self) -> DescriptorBinding
fn clone(&self) -> DescriptorBinding
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 DescriptorBinding
impl Debug for DescriptorBinding
sourceimpl Default for DescriptorBinding
impl Default for DescriptorBinding
sourcefn default() -> DescriptorBinding
fn default() -> DescriptorBinding
Returns the “default value” for a type. Read more
sourceimpl Ord for DescriptorBinding
impl Ord for DescriptorBinding
sourceimpl PartialEq<DescriptorBinding> for DescriptorBinding
impl PartialEq<DescriptorBinding> for DescriptorBinding
sourcefn eq(&self, other: &DescriptorBinding) -> bool
fn eq(&self, other: &DescriptorBinding) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DescriptorBinding) -> bool
fn ne(&self, other: &DescriptorBinding) -> bool
This method tests for !=.
sourceimpl PartialOrd<DescriptorBinding> for DescriptorBinding
impl PartialOrd<DescriptorBinding> for DescriptorBinding
sourcefn partial_cmp(&self, other: &DescriptorBinding) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorBinding) -> 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 DescriptorBinding
impl Eq for DescriptorBinding
impl StructuralEq for DescriptorBinding
impl StructuralPartialEq for DescriptorBinding
Auto Trait Implementations
impl RefUnwindSafe for DescriptorBinding
impl Send for DescriptorBinding
impl Sync for DescriptorBinding
impl Unpin for DescriptorBinding
impl UnwindSafe for DescriptorBinding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more