Home
last modified time | relevance | path

Searched refs:Revocable (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/rust/kernel/
H A Drevocable.rs65 pub struct Revocable<T> { struct
74 unsafe impl<T: Send> Send for Revocable<T> {} implementation
79 unsafe impl<T: Sync + Send> Sync for Revocable<T> {} implementation
81 impl<T> Revocable<T> { implementation
172 impl<T> PinnedDrop for Revocable<T> { implementation
H A Ddevres.rs15 revocable::Revocable,
27 data: Revocable<T>,
107 data <- Revocable::new(data), in new()
190 type Target = Revocable<T>;