pub struct DescriptorSet(/* private fields */);
Expand description
Implementations§
Source§impl DescriptorSet
impl DescriptorSet
Trait Implementations§
Source§impl Clone for DescriptorSet
impl Clone for DescriptorSet
Source§fn clone(&self) -> DescriptorSet
fn clone(&self) -> DescriptorSet
Returns a copy 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 DescriptorSet
impl Debug for DescriptorSet
Source§impl Default for DescriptorSet
impl Default for DescriptorSet
Source§fn default() -> DescriptorSet
fn default() -> DescriptorSet
Returns the “default value” for a type. Read more
Source§impl Handle for DescriptorSet
impl Handle for DescriptorSet
Source§impl Hash for DescriptorSet
impl Hash for DescriptorSet
Source§impl Ord for DescriptorSet
impl Ord for DescriptorSet
Source§fn cmp(&self, other: &DescriptorSet) -> Ordering
fn cmp(&self, other: &DescriptorSet) -> 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 PartialEq for DescriptorSet
impl PartialEq for DescriptorSet
Source§impl PartialOrd for DescriptorSet
impl PartialOrd for DescriptorSet
Source§impl Pointer for DescriptorSet
impl Pointer for DescriptorSet
impl Copy for DescriptorSet
impl Eq for DescriptorSet
impl StructuralPartialEq for DescriptorSet
Auto Trait Implementations§
impl Freeze for DescriptorSet
impl RefUnwindSafe for DescriptorSet
impl Send for DescriptorSet
impl Sync for DescriptorSet
impl Unpin for DescriptorSet
impl UnwindSafe for DescriptorSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)