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
sourceimpl Clone for packet_mreq
impl Clone for packet_mreq
sourcefn clone(&self) -> packet_mreq
fn clone(&self) -> packet_mreq
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for packet_mreq
impl Debug for packet_mreq
sourceimpl Hash for packet_mreq
impl Hash for packet_mreq
sourceimpl PartialEq<packet_mreq> for packet_mreq
impl PartialEq<packet_mreq> for packet_mreq
sourcefn eq(&self, other: &packet_mreq) -> bool
fn eq(&self, other: &packet_mreq) -> bool
impl Copy for packet_mreq
impl Eq for packet_mreq
impl StructuralEq for packet_mreq
impl StructuralPartialEq for packet_mreq
Auto Trait Implementations
impl RefUnwindSafe for packet_mreq
impl Send for packet_mreq
impl Sync for packet_mreq
impl Unpin for packet_mreq
impl UnwindSafe for packet_mreq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more