Trait kernel::grant::AllowRwSize

source ·
pub trait AllowRwSize {
    const COUNT: u8;
}
Expand description

Tracks how many read-write allows a grant instance supports automatically.

Required Associated Constants§

source

const COUNT: u8

The number of read-write allows the grant supports.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<const NUM: u8> AllowRwSize for AllowRwCount<NUM>

source§

const COUNT: u8 = NUM