#[repr(C)]pub struct zts_ipv6_mreq {
pub ipv6mr_multiaddr: zts_in6_addr,
pub ipv6mr_interface: c_uint,
}Fields§
§ipv6mr_multiaddr: zts_in6_addr§ipv6mr_interface: c_uintTrait Implementations§
Source§impl Clone for zts_ipv6_mreq
impl Clone for zts_ipv6_mreq
Source§fn clone(&self) -> zts_ipv6_mreq
fn clone(&self) -> zts_ipv6_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 moreimpl Copy for zts_ipv6_mreq
Auto Trait Implementations§
impl Freeze for zts_ipv6_mreq
impl RefUnwindSafe for zts_ipv6_mreq
impl Send for zts_ipv6_mreq
impl Sync for zts_ipv6_mreq
impl Unpin for zts_ipv6_mreq
impl UnwindSafe for zts_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