#[repr(C)]pub struct Struct_netsnmp_ref_void {
pub val: *mut c_void,
}Fields§
§val: *mut c_voidTrait Implementations§
Source§impl Clone for Struct_netsnmp_ref_void
impl Clone for Struct_netsnmp_ref_void
Source§impl Default for Struct_netsnmp_ref_void
impl Default for Struct_netsnmp_ref_void
impl Copy for Struct_netsnmp_ref_void
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_ref_void
impl RefUnwindSafe for Struct_netsnmp_ref_void
impl !Send for Struct_netsnmp_ref_void
impl !Sync for Struct_netsnmp_ref_void
impl Unpin for Struct_netsnmp_ref_void
impl UnwindSafe for Struct_netsnmp_ref_void
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