#[repr(C)]pub struct pcap_if {
pub next: *mut pcap_if,
pub name: *mut c_char,
pub description: *mut c_char,
pub addresses: *mut pcap_addr,
pub flags: bpf_u_int32,
}Fields§
§next: *mut pcap_if§name: *mut c_char§description: *mut c_char§addresses: *mut pcap_addr§flags: bpf_u_int32Trait Implementations§
Auto Trait Implementations§
impl Freeze for pcap_if
impl RefUnwindSafe for pcap_if
impl !Send for pcap_if
impl !Sync for pcap_if
impl Unpin for pcap_if
impl UnwindSafe for pcap_if
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