Struct rustix::backend::c::nda_cacheinfo
source · #[repr(C)]pub(crate) struct nda_cacheinfo {
pub ndm_confirmed: u32,
pub ndm_used: u32,
pub ndm_updated: u32,
pub ndm_refcnt: u32,
}
Fields§
§ndm_confirmed: u32
§ndm_used: u32
§ndm_updated: u32
§ndm_refcnt: u32
Trait Implementations§
source§impl Clone for nda_cacheinfo
impl Clone for nda_cacheinfo
source§fn clone(&self) -> nda_cacheinfo
fn clone(&self) -> nda_cacheinfo
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 nda_cacheinfo
impl Debug for nda_cacheinfo
impl Copy for nda_cacheinfo
Auto Trait Implementations§
impl Freeze for nda_cacheinfo
impl RefUnwindSafe for nda_cacheinfo
impl Send for nda_cacheinfo
impl Sync for nda_cacheinfo
impl Unpin for nda_cacheinfo
impl UnwindSafe for nda_cacheinfo
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