#[repr(C)]pub struct itimer_s {
pub tp: iv_timerproc,
pub weak: i32,
pub extime: i64,
pub name: [u8; 32],
pub context: *mut c_void,
pub lastchecktime: i64,
}Fields§
§tp: iv_timerproc§weak: i32§extime: i64§name: [u8; 32]§context: *mut c_void§lastchecktime: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for itimer_s
impl RefUnwindSafe for itimer_s
impl !Send for itimer_s
impl !Sync for itimer_s
impl Unpin for itimer_s
impl UnwindSafe for itimer_s
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