pub struct DescriptorPool(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DescriptorPool
impl Clone for DescriptorPool
Source§fn clone(&self) -> DescriptorPool
fn clone(&self) -> DescriptorPool
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 DescriptorPool
impl Debug for DescriptorPool
Source§impl Default for DescriptorPool
impl Default for DescriptorPool
Source§fn default() -> DescriptorPool
fn default() -> DescriptorPool
Returns the “default value” for a type. Read more
Source§impl Handle for DescriptorPool
impl Handle for DescriptorPool
Source§impl Hash for DescriptorPool
impl Hash for DescriptorPool
Source§impl Ord for DescriptorPool
impl Ord for DescriptorPool
Source§fn cmp(&self, other: &DescriptorPool) -> Ordering
fn cmp(&self, other: &DescriptorPool) -> 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 DescriptorPool
impl PartialEq for DescriptorPool
Source§impl PartialOrd for DescriptorPool
impl PartialOrd for DescriptorPool
Source§impl Pointer for DescriptorPool
impl Pointer for DescriptorPool
impl Copy for DescriptorPool
impl Eq for DescriptorPool
impl StructuralPartialEq for DescriptorPool
Auto Trait Implementations§
impl Freeze for DescriptorPool
impl RefUnwindSafe for DescriptorPool
impl Send for DescriptorPool
impl Sync for DescriptorPool
impl Unpin for DescriptorPool
impl UnwindSafe for DescriptorPool
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
)