#[repr(C)]pub struct Struct_netsnmp_addr_pair_s {
pub remote_addr: sockaddr_in,
pub local_addr: sockaddr_in,
}Fields§
§remote_addr: sockaddr_in§local_addr: sockaddr_inTrait Implementations§
Source§impl Clone for Struct_netsnmp_addr_pair_s
impl Clone for Struct_netsnmp_addr_pair_s
Source§impl Default for Struct_netsnmp_addr_pair_s
impl Default for Struct_netsnmp_addr_pair_s
impl Copy for Struct_netsnmp_addr_pair_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_addr_pair_s
impl RefUnwindSafe for Struct_netsnmp_addr_pair_s
impl Send for Struct_netsnmp_addr_pair_s
impl Sync for Struct_netsnmp_addr_pair_s
impl Unpin for Struct_netsnmp_addr_pair_s
impl UnwindSafe for Struct_netsnmp_addr_pair_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