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