#[repr(C, align(64))]pub struct fqdir {Show 13 fields
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,
pub free_list: llist_node,
}
Fields§
§high_thresh: c_long
§low_thresh: c_long
§timeout: c_int
§max_dist: c_int
§f: *mut inet_frags
§net: *mut net
§dead: bool_
§__bindgen_padding_0: [u64; 2]
§rhashtable: rhashtable
§__bindgen_padding_1: [u64; 7]
§mem: atomic_long_t
§destroy_work: work_struct
§free_list: llist_node
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fqdir
impl RefUnwindSafe for fqdir
impl !Send for fqdir
impl !Sync for fqdir
impl Unpin for fqdir
impl UnwindSafe for fqdir
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