Searched refs:RevocableGuard (Results 1 – 2 of 2) sorted by relevance
97 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access()102 Some(RevocableGuard::new(self.data.get(), guard)) in try_access()195 pub struct RevocableGuard<'a, T> { struct201 impl<T> RevocableGuard<'_, T> { argument211 impl<T> Deref for RevocableGuard<'_, T> { implementation
76 fn read(bar: &RevocableGuard<'_, pci::Bar<SIZE>>) -> Self {