#[repr(i32)]pub enum ITimerId {
ITIMER_REAL = 0,
ITIMER_VIRTUAL = 1,
ITIMER_PROF = 2,
}
Expand description
Interval timers
Variants§
Trait Implementations§
source§impl TryFromPrimitive for ITimerId
impl TryFromPrimitive for ITimerId
impl Copy for ITimerId
impl Eq for ITimerId
impl StructuralPartialEq for ITimerId
Auto Trait Implementations§
impl Freeze for ITimerId
impl RefUnwindSafe for ITimerId
impl Send for ITimerId
impl Sync for ITimerId
impl Unpin for ITimerId
impl UnwindSafe for ITimerId
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
)