#[repr(C)]pub struct zts_ip_mreq {
pub imr_multiaddr: zts_in_addr,
pub imr_interface: zts_in_addr,
}Fields§
§imr_multiaddr: zts_in_addr§imr_interface: zts_in_addrTrait Implementations§
Source§impl Clone for zts_ip_mreq
impl Clone for zts_ip_mreq
Source§fn clone(&self) -> zts_ip_mreq
fn clone(&self) -> zts_ip_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 moreSource§impl Debug for zts_ip_mreq
impl Debug for zts_ip_mreq
impl Copy for zts_ip_mreq
Auto Trait Implementations§
impl Freeze for zts_ip_mreq
impl RefUnwindSafe for zts_ip_mreq
impl Send for zts_ip_mreq
impl Sync for zts_ip_mreq
impl Unpin for zts_ip_mreq
impl UnwindSafe for zts_ip_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