#[repr(C)]
pub struct objcore {
Show 21 fields pub magic: c_uint, pub refcnt: c_int, pub stobj: [storeobj; 1], pub objhead: *mut objhead, pub boc: *mut boc, pub timer_when: vtim_real, pub hits: VCL_INT, pub t_origin: vtim_real, pub ttl: f32, pub grace: f32, pub keep: f32, pub flags: u8, pub exp_flags: u8, pub oa_present: u16, pub timer_idx: c_uint, pub last_lru: vtim_real, pub hsh_list: objcore__bindgen_ty_1, pub lru_list: objcore__bindgen_ty_2, pub ban_list: objcore__bindgen_ty_3, pub exp_list: objcore__bindgen_ty_4, pub ban: *mut ban,
}

Fields

magic: c_uintrefcnt: c_intstobj: [storeobj; 1]objhead: *mut objheadboc: *mut boctimer_when: vtim_realhits: VCL_INTt_origin: vtim_realttl: f32grace: f32keep: f32flags: u8exp_flags: u8oa_present: u16timer_idx: c_uintlast_lru: vtim_realhsh_list: objcore__bindgen_ty_1lru_list: objcore__bindgen_ty_2ban_list: objcore__bindgen_ty_3exp_list: objcore__bindgen_ty_4ban: *mut ban

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.