#[repr(C)]pub struct subtree_context_cache_s {
pub context_name: *const c_char,
pub first_subtree: *mut netsnmp_subtree_s,
pub next: *mut subtree_context_cache_s,
}Fields§
§context_name: *const c_char§first_subtree: *mut netsnmp_subtree_s§next: *mut subtree_context_cache_sTrait Implementations§
Source§impl Clone for subtree_context_cache_s
impl Clone for subtree_context_cache_s
impl Copy for subtree_context_cache_s
Auto Trait Implementations§
impl !Send for subtree_context_cache_s
impl !Sync for subtree_context_cache_s
impl Freeze for subtree_context_cache_s
impl RefUnwindSafe for subtree_context_cache_s
impl Unpin for subtree_context_cache_s
impl UnsafeUnpin for subtree_context_cache_s
impl UnwindSafe for subtree_context_cache_s
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