Struct linux_raw_sys::v5_4::general::ip_mreq_source [−][src]
#[repr(C)]pub struct ip_mreq_source { pub imr_multiaddr: __be32, pub imr_interface: __be32, pub imr_sourceaddr: __be32, }
Fields
imr_multiaddr: __be32imr_interface: __be32imr_sourceaddr: __be32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ip_mreq_sourceimpl Send for ip_mreq_sourceimpl Sync for ip_mreq_sourceimpl Unpin for ip_mreq_sourceimpl UnwindSafe for ip_mreq_sourceBlanket Implementations
Mutably borrows from an owned value. Read more