#[repr(u8)]pub enum Autoen {
DEFAULT = 0,
CPU_ACTIVE = 1,
}
Variants§
DEFAULT = 0
Default configuration to keep the SYSCOUNTER active.
CPU_ACTIVE = 1
In addition to the above mode, any local CPU that is not sleeping keep the SYSCOUNTER active.
Implementations§
Trait Implementations§
Source§impl Ord for Autoen
impl Ord for Autoen
Source§impl PartialOrd for Autoen
impl PartialOrd for Autoen
impl Copy for Autoen
impl Eq for Autoen
impl StructuralPartialEq for Autoen
Auto Trait Implementations§
impl Freeze for Autoen
impl RefUnwindSafe for Autoen
impl Send for Autoen
impl Sync for Autoen
impl Unpin for Autoen
impl UnwindSafe for Autoen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)