LockedPageRule

Type Alias LockedPageRule 

Source
pub type LockedPageRule = Locked<PageRule>;
Expand description

Alias for a locked page rule.

Aliased Type§

pub struct LockedPageRule {
    shared_lock: SharedRwLock,
    data: UnsafeCell<PageRule>,
}

Fields§

§shared_lock: SharedRwLock§data: UnsafeCell<PageRule>