#[repr(u32)]pub enum __itimer_which {
ITIMER_REAL = 0,
ITIMER_VIRTUAL = 1,
ITIMER_PROF = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for __itimer_which
impl Clone for __itimer_which
Source§fn clone(&self) -> __itimer_which
fn clone(&self) -> __itimer_which
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __itimer_which
impl Debug for __itimer_which
Source§impl Hash for __itimer_which
impl Hash for __itimer_which
Source§impl PartialEq for __itimer_which
impl PartialEq for __itimer_which
impl Copy for __itimer_which
impl Eq for __itimer_which
impl StructuralPartialEq for __itimer_which
Auto Trait Implementations§
impl Freeze for __itimer_which
impl RefUnwindSafe for __itimer_which
impl Send for __itimer_which
impl Sync for __itimer_which
impl Unpin for __itimer_which
impl UnwindSafe for __itimer_which
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