pub struct DlpiHandle(pub *mut dlpi_handle_t);
Expand description
A DLPI handle wrapper that implements Send
and Sync
.
Tuple Fields§
§0: *mut dlpi_handle_t
Trait Implementations§
Source§impl Clone for DlpiHandle
impl Clone for DlpiHandle
Source§fn clone(&self) -> DlpiHandle
fn clone(&self) -> DlpiHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DlpiHandle
impl Send for DlpiHandle
impl Sync for DlpiHandle
Auto Trait Implementations§
impl Freeze for DlpiHandle
impl RefUnwindSafe for DlpiHandle
impl Unpin for DlpiHandle
impl UnwindSafe for DlpiHandle
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