pub struct DropHandle(pub DlpiHandle);
Expand description
A wrapper for DlpiHandle that closes the DLPI instance when dropped.
Tuple Fields§
§0: DlpiHandle
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropHandle
impl RefUnwindSafe for DropHandle
impl Send for DropHandle
impl Sync for DropHandle
impl Unpin for DropHandle
impl UnwindSafe for DropHandle
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