#[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: u64§req_bodybytes: u64§resp_hdrbytes: u64§resp_bodybytes: u64Trait Implementations§
impl Copy for acct_req
Auto Trait Implementations§
impl Freeze for acct_req
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§
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