Struct linux_raw_sys::general::ip_msfilter__bindgen_ty_1
source · [−]#[repr(C)]pub struct ip_msfilter__bindgen_ty_1 {
pub __bindgen_anon_1: __BindgenUnionField<ip_msfilter__bindgen_ty_1__bindgen_ty_1>,
pub __bindgen_anon_2: __BindgenUnionField<ip_msfilter__bindgen_ty_1__bindgen_ty_2>,
pub bindgen_union_field: [u32; 5],
}
Fields
__bindgen_anon_1: __BindgenUnionField<ip_msfilter__bindgen_ty_1__bindgen_ty_1>
__bindgen_anon_2: __BindgenUnionField<ip_msfilter__bindgen_ty_1__bindgen_ty_2>
bindgen_union_field: [u32; 5]
Auto Trait Implementations
impl RefUnwindSafe for ip_msfilter__bindgen_ty_1
impl Send for ip_msfilter__bindgen_ty_1
impl Sync for ip_msfilter__bindgen_ty_1
impl Unpin for ip_msfilter__bindgen_ty_1
impl UnwindSafe for ip_msfilter__bindgen_ty_1
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