Struct ip_mreq_source
#[repr(C)]
pub struct ip_mreq_source { pub imr_multiaddr: in_addr, pub imr_interface: in_addr, pub imr_sourceaddr: in_addr }
Fields
imr_multiaddr: in_addrimr_interface: in_addrimr_sourceaddr: in_addr
Trait Implementations
impl Clone for ip_mreq_source
fn clone(&self) -> ip_mreq_source
impl Copy for ip_mreq_source
impl Debug for ip_mreq_source
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ip_mreq_source
impl Hash for ip_mreq_source
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ip_mreq_source
fn eq(&self, other: &ip_mreq_source) -> bool
impl StructuralPartialEq for ip_mreq_source
Auto Trait Implementations
impl Freeze for ip_mreq_source
impl RefUnwindSafe for ip_mreq_source
impl Send for ip_mreq_source
impl Sync for ip_mreq_source
impl Unpin for ip_mreq_source
impl UnsafeUnpin for ip_mreq_source
impl UnwindSafe for ip_mreq_source
Blanket Implementations
impl<T> Any for ip_mreq_source
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ip_mreq_source
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ip_mreq_source
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ip_mreq_source
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ip_mreq_source
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ip_mreq_source
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ip_mreq_source
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ip_mreq_source
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>