Skip to main content

SpinRwLockReadGuard

Type Alias SpinRwLockReadGuard 

Source
pub type SpinRwLockReadGuard<'a, T> = BaseSpinRwLockReadGuard<'a, PreemptState, T>;
Expand description

A read guard returned by SpinRwLock::read.

Aliased Typeยง

pub struct SpinRwLockReadGuard<'a, T> { /* private fields */ }