Struct kernel::grant::UpcallCount
source · pub struct UpcallCount<const NUM: u8>;
Expand description
Specifies how many upcalls a grant instance supports automatically.
Trait Implementations§
source§impl<const NUM: u8> UpcallSize for UpcallCount<NUM>
impl<const NUM: u8> UpcallSize for UpcallCount<NUM>
Auto Trait Implementations§
impl<const NUM: u8> Freeze for UpcallCount<NUM>
impl<const NUM: u8> RefUnwindSafe for UpcallCount<NUM>
impl<const NUM: u8> Send for UpcallCount<NUM>
impl<const NUM: u8> Sync for UpcallCount<NUM>
impl<const NUM: u8> Unpin for UpcallCount<NUM>
impl<const NUM: u8> UnwindSafe for UpcallCount<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