Struct boring_sys::__itimer_which
source · [−]#[repr(transparent)]pub struct __itimer_which(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl __itimer_which
impl __itimer_which
pub const ITIMER_REAL: __itimer_which = _
sourceimpl __itimer_which
impl __itimer_which
pub const ITIMER_VIRTUAL: __itimer_which = _
sourceimpl __itimer_which
impl __itimer_which
pub const ITIMER_PROF: __itimer_which = _
Trait Implementations
sourceimpl Clone for __itimer_which
impl Clone for __itimer_which
sourcefn clone(&self) -> __itimer_which
fn clone(&self) -> __itimer_which
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for __itimer_which
impl Debug for __itimer_which
sourceimpl Hash for __itimer_which
impl Hash for __itimer_which
sourceimpl PartialEq<__itimer_which> for __itimer_which
impl PartialEq<__itimer_which> for __itimer_which
sourcefn eq(&self, other: &__itimer_which) -> bool
fn eq(&self, other: &__itimer_which) -> bool
impl Copy for __itimer_which
impl Eq for __itimer_which
impl StructuralEq for __itimer_which
impl StructuralPartialEq for __itimer_which
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more