#[repr(transparent)]pub struct __itimer_which(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl __itimer_which
impl __itimer_which
pub const ITIMER_REAL: __itimer_which = _
Source§impl __itimer_which
impl __itimer_which
pub const ITIMER_VIRTUAL: __itimer_which = _
Source§impl __itimer_which
impl __itimer_which
pub const ITIMER_PROF: __itimer_which = _
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