Struct kernel::grant::AllowRoCount
source · pub struct AllowRoCount<const NUM: u8>;
Expand description
Specifies how many read-only allows a grant instance supports automatically.
Trait Implementations§
source§impl<const NUM: u8> AllowRoSize for AllowRoCount<NUM>
impl<const NUM: u8> AllowRoSize for AllowRoCount<NUM>
Auto Trait Implementations§
impl<const NUM: u8> Freeze for AllowRoCount<NUM>
impl<const NUM: u8> RefUnwindSafe for AllowRoCount<NUM>
impl<const NUM: u8> Send for AllowRoCount<NUM>
impl<const NUM: u8> Sync for AllowRoCount<NUM>
impl<const NUM: u8> Unpin for AllowRoCount<NUM>
impl<const NUM: u8> UnwindSafe for AllowRoCount<NUM>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more