Skip to main content

RawSpinRwLockUnpinnedWriteGuard

Type Alias RawSpinRwLockUnpinnedWriteGuard 

Source
pub type RawSpinRwLockUnpinnedWriteGuard<'a, T> = BaseSpinRwLockWriteGuard<'a, RawState, T>;
Expand description

A raw write guard.

Aliased Typeยง

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