Struct openssl_sys::packet_mreq 
source · pub struct packet_mreq {
    pub mr_ifindex: i32,
    pub mr_type: u16,
    pub mr_alen: u16,
    pub mr_address: [u8; 8],
}Fields§
§mr_ifindex: i32§mr_type: u16§mr_alen: u16§mr_address: [u8; 8]Trait Implementations§
source§impl Clone for packet_mreq
 
impl Clone for packet_mreq
source§fn clone(&self) -> packet_mreq
 
fn clone(&self) -> packet_mreq
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more