pub struct dpi(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for dpi
Auto Trait Implementations§
impl Freeze for dpi
impl RefUnwindSafe for dpi
impl Send for dpi
impl Sync for dpi
impl Unpin for dpi
impl UnwindSafe for dpi
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