#[repr(C, packed(4))]pub struct __msfilterreq {
pub msfr_ifindex: u32,
pub msfr_fmode: u32,
pub msfr_nsrcs: u32,
pub __msfr_align: u32,
pub msfr_group: sockaddr_storage,
pub msfr_srcs: *mut sockaddr_storage,
}Fields§
§msfr_ifindex: u32§msfr_fmode: u32§msfr_nsrcs: u32§__msfr_align: u32§msfr_group: sockaddr_storage§msfr_srcs: *mut sockaddr_storageTrait Implementations§
Source§impl Clone for __msfilterreq
impl Clone for __msfilterreq
Source§fn clone(&self) -> __msfilterreq
fn clone(&self) -> __msfilterreq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __msfilterreq
impl Debug for __msfilterreq
Source§impl Default for __msfilterreq
impl Default for __msfilterreq
impl Copy for __msfilterreq
Auto Trait Implementations§
impl Freeze for __msfilterreq
impl RefUnwindSafe for __msfilterreq
impl !Send for __msfilterreq
impl !Sync for __msfilterreq
impl Unpin for __msfilterreq
impl UnsafeUnpin for __msfilterreq
impl UnwindSafe for __msfilterreq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more