Skip to main content

SpinRwLockWriteGuard

Type Alias SpinRwLockWriteGuard 

Source
pub type SpinRwLockWriteGuard<'a, T> = BaseSpinRwLockWriteGuard<'a, PreemptState, T>;
Expand description

A write guard returned by SpinRwLock::write.

Aliased Typeยง

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