pub enum DescriptorPoolT {}Trait Implementations§
Source§impl Clone for DescriptorPoolT
impl Clone for DescriptorPoolT
Source§fn clone(&self) -> DescriptorPoolT
fn clone(&self) -> DescriptorPoolT
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 DescriptorPoolT
Source§impl Debug for DescriptorPoolT
impl Debug for DescriptorPoolT
impl Eq for DescriptorPoolT
Source§impl Hash for DescriptorPoolT
impl Hash for DescriptorPoolT
Source§impl PartialEq for DescriptorPoolT
impl PartialEq for DescriptorPoolT
Source§fn eq(&self, other: &DescriptorPoolT) -> bool
fn eq(&self, other: &DescriptorPoolT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptorPoolT
Auto Trait Implementations§
impl Freeze for DescriptorPoolT
impl RefUnwindSafe for DescriptorPoolT
impl Send for DescriptorPoolT
impl Sync for DescriptorPoolT
impl Unpin for DescriptorPoolT
impl UnsafeUnpin for DescriptorPoolT
impl UnwindSafe for DescriptorPoolT
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