#[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: __be32imsf_interface: __be32imsf_fmode: __u32imsf_numsrc: __u32imsf_slist_flex: __IncompleteArrayField<__be32>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.