#[repr(C)]pub struct catcacheheader {
pub ch_caches: slist_head,
pub ch_ntup: c_int,
}
Fields§
§ch_caches: slist_head
§ch_ntup: c_int
Trait Implementations§
Source§impl Clone for catcacheheader
impl Clone for catcacheheader
Source§fn clone(&self) -> catcacheheader
fn clone(&self) -> catcacheheader
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for catcacheheader
impl Debug for catcacheheader
Source§impl Default for catcacheheader
impl Default for catcacheheader
impl Copy for catcacheheader
Auto Trait Implementations§
impl Freeze for catcacheheader
impl RefUnwindSafe for catcacheheader
impl !Send for catcacheheader
impl !Sync for catcacheheader
impl Unpin for catcacheheader
impl UnwindSafe for catcacheheader
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