Struct linux_raw_sys::general::ipv6_mreq
source · #[repr(C)]pub struct ipv6_mreq {
pub ipv6mr_multiaddr: in6_addr,
pub ipv6mr_ifindex: c_int,
}
Fields§
§ipv6mr_multiaddr: in6_addr
§ipv6mr_ifindex: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ipv6_mreq
impl Send for ipv6_mreq
impl Sync for ipv6_mreq
impl Unpin for ipv6_mreq
impl UnwindSafe for ipv6_mreq
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