pub enum DescriptorSetT {}Trait Implementations§
Source§impl Clone for DescriptorSetT
impl Clone for DescriptorSetT
Source§fn clone(&self) -> DescriptorSetT
fn clone(&self) -> DescriptorSetT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DescriptorSetT
Source§impl Debug for DescriptorSetT
impl Debug for DescriptorSetT
impl Eq for DescriptorSetT
Source§impl Hash for DescriptorSetT
impl Hash for DescriptorSetT
Source§impl PartialEq for DescriptorSetT
impl PartialEq for DescriptorSetT
Source§fn eq(&self, other: &DescriptorSetT) -> bool
fn eq(&self, other: &DescriptorSetT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptorSetT
Auto Trait Implementations§
impl Freeze for DescriptorSetT
impl RefUnwindSafe for DescriptorSetT
impl Send for DescriptorSetT
impl Sync for DescriptorSetT
impl Unpin for DescriptorSetT
impl UnsafeUnpin for DescriptorSetT
impl UnwindSafe for DescriptorSetT
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