[−][src]Trait owning_ref::ToHandleMut
Trait to implement the conversion of owner to mutable handle for common types.
Associated Types
Required Methods
unsafe fn to_handle_mut(x: *const Self) -> Self::HandleMut
Given an appropriately-long-lived pointer to ourselves, create a
mutable handle to be encapsulated by the OwningHandle
.
Implementations on Foreign Types
impl<T: 'static> ToHandleMut for RefCell<T>
[src]
impl<T: 'static> ToHandleMut for RefCell<T>
type HandleMut = RefMut<'static, T>
unsafe fn to_handle_mut(x: *const Self) -> Self::HandleMut
[src]
unsafe fn to_handle_mut(x: *const Self) -> Self::HandleMut