pub struct Nwcache {
pub name: String,
pub ctor_count: u32,
pub dtor_count: u32,
pub functions: HashMap<String, NwEntry>,
}
Fields§
§name: String
§ctor_count: u32
§dtor_count: u32
§functions: HashMap<String, NwEntry>
Auto Trait Implementations§
impl Freeze for Nwcache
impl RefUnwindSafe for Nwcache
impl Send for Nwcache
impl Sync for Nwcache
impl Unpin for Nwcache
impl UnwindSafe for Nwcache
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