Searched defs:Revocable (Results 1 – 1 of 1) sorted by relevance
76 pub struct Revocable<T> { implementation 67 pub struct Revocable<T> { global() struct 73 dataRevocable global() argument 81 unsafe impl<T: Sync + Send> Sync for Revocable<T> {} global() implementation 83 impl<T> Revocable<T> { global() implementation 212 impl<T> PinnedDrop for Revocable<T> { global() implementation [all...]