Struct inkview_sys::c_api::itimer_s [−][src]
#[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_timerprocweak: i32extime: i64name: [u8; 32]context: *mut c_voidlastchecktime: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for itimer_simpl UnwindSafe for itimer_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V