Struct libc::ip_mreqn
#[repr(C)]
pub struct ip_mreqn {
pub imr_multiaddr: in_addr,
pub imr_address: in_addr,
pub imr_ifindex: ::c_int,
}
Fields
pub imr_multiaddr: in_addr
pub imr_address: in_addr
pub imr_ifindex: ::c_int
Trait Implementations
impl Debug for ip_mreqn
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for ip_mreqn
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for ip_mreqn
impl StructuralPartialEq for ip_mreqn
Auto Trait Implementations
impl RefUnwindSafe for ip_mreqn
impl UnwindSafe for ip_mreqn
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T