Trait r3_core::kernel::raw::KernelBoostPriority
source · pub unsafe trait KernelBoostPriority: KernelBase {
fn raw_boost_priority() -> Result<(), BoostPriorityError>;
}Expand description
Required Methods
sourcefn raw_boost_priority() -> Result<(), BoostPriorityError>
fn raw_boost_priority() -> Result<(), BoostPriorityError>
Implements Kernel::boost_priority.