#[repr(C, align(8))]pub struct DescriptorPool { /* private fields */ }Trait Implementations§
Source§impl ExternType for DescriptorPool
impl ExternType for DescriptorPool
Source§impl MakeCppStorage for DescriptorPool
impl MakeCppStorage for DescriptorPool
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DescriptorPool
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DescriptorPool
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut DescriptorPool)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DescriptorPool)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for DescriptorPool
impl WeakPtrTarget 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