#[repr(C)]
#[repr(align(64))]
pub struct fqdir {
pub high_thresh: c_long,
pub low_thresh: c_long,
pub timeout: c_int,
pub max_dist: c_int,
pub f: *mut inet_frags,
pub net: *mut net,
pub dead: bool_,
pub __bindgen_padding_0: [u64; 2],
pub rhashtable: rhashtable,
pub __bindgen_padding_1: [u64; 7],
pub mem: atomic_long_t,
pub destroy_work: work_struct,
}
Performs copy-assignment from source
. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.