#[repr(C)]pub struct group_filter__bindgen_ty_1__bindgen_ty_2 {
pub gf_interface: __u32,
pub gf_group: __kernel_sockaddr_storage,
pub gf_fmode: __u32,
pub gf_numsrc: __u32,
pub gf_slist_flex: __IncompleteArrayField<__kernel_sockaddr_storage>,
}
Fields
gf_interface: __u32
gf_group: __kernel_sockaddr_storage
gf_fmode: __u32
gf_numsrc: __u32
gf_slist_flex: __IncompleteArrayField<__kernel_sockaddr_storage>
Auto Trait Implementations
impl RefUnwindSafe for group_filter__bindgen_ty_1__bindgen_ty_2
impl !Send for group_filter__bindgen_ty_1__bindgen_ty_2
impl !Sync for group_filter__bindgen_ty_1__bindgen_ty_2
impl Unpin for group_filter__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for group_filter__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