Trait glib::translate::ToGlibPtrMut [−][src]
pub trait ToGlibPtrMut<'a, P: Copy> { type Storage; fn to_glib_none_mut(&'a mut self) -> StashMut<'_, P, Self>; }
Expand description
Translate to a pointer with a mutable borrow.
Associated Types
Required methods
fn to_glib_none_mut(&'a mut self) -> StashMut<'_, P, Self>
fn to_glib_none_mut(&'a mut self) -> StashMut<'_, P, Self>
Transfer: none.
The pointer in the Stash
is only valid for the lifetime of the Stash
.
Implementations on Foreign Types
type Storage = Option<<T as ToGlibPtrMut<'a, P>>::Storage>