Struct cairo::UserDataKey
source · [−]pub struct UserDataKey<T> { /* private fields */ }
Implementations
sourceimpl<T> UserDataKey<T>
impl<T> UserDataKey<T>
Trait Implementations
impl<T> Sync for UserDataKey<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for UserDataKey<T> where
T: RefUnwindSafe,
impl<T> !Send for UserDataKey<T>
impl<T> Unpin for UserDataKey<T>
impl<T> UnwindSafe for UserDataKey<T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more