#[repr(C)]pub struct NdaCacheinfo {
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 NdaCacheinfo
impl Clone for NdaCacheinfo
Source§fn clone(&self) -> NdaCacheinfo
fn clone(&self) -> NdaCacheinfo
Returns a duplicate 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 NdaCacheinfo
impl Debug for NdaCacheinfo
impl Copy for NdaCacheinfo
Auto Trait Implementations§
impl Freeze for NdaCacheinfo
impl RefUnwindSafe for NdaCacheinfo
impl Send for NdaCacheinfo
impl Sync for NdaCacheinfo
impl Unpin for NdaCacheinfo
impl UnwindSafe for NdaCacheinfo
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