pub struct RwHandler<T> { /* private fields */ }Expand description
Type-safe wrapper around the C-ABI handler
Implementations§
Source§impl<T> RwHandler<T>
impl<T> RwHandler<T>
Trait Implementations§
impl<T: Copy> Copy for RwHandler<T>
impl<T: Eq> Eq for RwHandler<T>
impl<T> StructuralPartialEq for RwHandler<T>
Auto Trait Implementations§
impl<T> Freeze for RwHandler<T>
impl<T> RefUnwindSafe for RwHandler<T>where
T: RefUnwindSafe,
impl<T> Send for RwHandler<T>where
T: Send,
impl<T> Sync for RwHandler<T>where
T: Sync,
impl<T> Unpin for RwHandler<T>where
T: Unpin,
impl<T> UnwindSafe for RwHandler<T>where
T: UnwindSafe,
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