#[repr(C)]pub struct Struct_netsnmp_indexed_addr_pair_s {
pub remote_addr: sockaddr_in,
pub local_addr: sockaddr_in,
pub if_index: c_int,
}Fields§
§remote_addr: sockaddr_in§local_addr: sockaddr_in§if_index: c_intTrait Implementations§
impl Copy for Struct_netsnmp_indexed_addr_pair_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_indexed_addr_pair_s
impl RefUnwindSafe for Struct_netsnmp_indexed_addr_pair_s
impl Send for Struct_netsnmp_indexed_addr_pair_s
impl Sync for Struct_netsnmp_indexed_addr_pair_s
impl Unpin for Struct_netsnmp_indexed_addr_pair_s
impl UnwindSafe for Struct_netsnmp_indexed_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