Struct linux_raw_sys::general::group_source_req  
source · [−]#[repr(C)]pub struct group_source_req {
    pub gsr_interface: __u32,
    pub gsr_group: __kernel_sockaddr_storage,
    pub gsr_source: __kernel_sockaddr_storage,
}Fields
gsr_interface: __u32gsr_group: __kernel_sockaddr_storagegsr_source: __kernel_sockaddr_storageTrait Implementations
sourceimpl Clone for group_source_req
 
impl Clone for group_source_req
sourcefn clone(&self) -> group_source_req
 
fn clone(&self) -> group_source_req
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for group_source_req
Auto Trait Implementations
impl RefUnwindSafe for group_source_req
impl !Send for group_source_req
impl !Sync for group_source_req
impl Unpin for group_source_req
impl UnwindSafe for group_source_req
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