Struct varnish_sys::acct_req
source · [−]#[repr(C)]pub struct acct_req {
pub req_hdrbytes: u64,
pub req_bodybytes: u64,
pub resp_hdrbytes: u64,
pub resp_bodybytes: u64,
}Fields
req_hdrbytes: u64req_bodybytes: u64resp_hdrbytes: u64resp_bodybytes: u64Trait Implementations
impl Copy for acct_req
Auto Trait Implementations
impl RefUnwindSafe for acct_req
impl Send for acct_req
impl Sync for acct_req
impl Unpin for acct_req
impl UnwindSafe for acct_req
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