Struct varnish_sys::pool_task
source · [−]#[repr(C)]pub struct pool_task {
pub list: pool_task__bindgen_ty_1,
pub func: task_func_t,
pub priv_: *mut c_void,
}Fields
list: pool_task__bindgen_ty_1func: task_func_tpriv_: *mut c_voidTrait Implementations
impl Copy for pool_task
Auto Trait Implementations
impl RefUnwindSafe for pool_task
impl !Send for pool_task
impl !Sync for pool_task
impl Unpin for pool_task
impl UnwindSafe for pool_task
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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