#[repr(C)]pub struct DescriptorPool { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for DescriptorPool
impl Debug for DescriptorPool
Source§impl ExternType for DescriptorPool
impl ExternType for DescriptorPool
impl Send for DescriptorPool
impl Sync for DescriptorPool
Auto Trait Implementations§
impl !Freeze for DescriptorPool
impl RefUnwindSafe 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