Guest User

Untitled

a guest
Jun 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pub struct Handle<T: HandleRef + ?Sized> {
  2. /// Reference-counted ptr to the stored object.
  3. refptr: Ref<T>,
  4. /// This handle's access rights to the `Ref<T>`.
  5. rights: HandleRights,
  6. }
Add Comment
Please, Sign In to add comment