Struct varnish_sys::body_status
source · [−]#[repr(C)]pub struct body_status {
pub name: *const c_char,
pub nbr: c_int,
pub avail: c_int,
pub length_known: c_int,
}Fields
name: *const c_charnbr: c_intavail: c_intlength_known: c_intTrait Implementations
sourceimpl Clone for body_status
impl Clone for body_status
sourcefn clone(&self) -> body_status
fn clone(&self) -> body_status
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for body_status
impl Debug for body_status
sourceimpl Default for body_status
impl Default for body_status
impl Copy for body_status
Auto Trait Implementations
impl RefUnwindSafe for body_status
impl !Send for body_status
impl !Sync for body_status
impl Unpin for body_status
impl UnwindSafe for body_status
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