#[repr(C)]pub struct ip_msfilter__bindgen_ty_1__bindgen_ty_2 {
pub imsf_multiaddr: __be32,
pub imsf_interface: __be32,
pub imsf_fmode: __u32,
pub imsf_numsrc: __u32,
pub imsf_slist_flex: __IncompleteArrayField<__be32>,
}
Fields
imsf_multiaddr: __be32
imsf_interface: __be32
imsf_fmode: __u32
imsf_numsrc: __u32
imsf_slist_flex: __IncompleteArrayField<__be32>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ip_msfilter__bindgen_ty_1__bindgen_ty_2
impl Send for ip_msfilter__bindgen_ty_1__bindgen_ty_2
impl Sync for ip_msfilter__bindgen_ty_1__bindgen_ty_2
impl Unpin for ip_msfilter__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for ip_msfilter__bindgen_ty_1__bindgen_ty_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more