Struct nc::types::group_req_t
source · [−]#[repr(C)]pub struct group_req_t {
pub gr_interface: u32,
pub gr_group: sockaddr_storage_t,
}Fields
gr_interface: u32interface index
gr_group: sockaddr_storage_tgroup address
Trait Implementations
sourceimpl Clone for group_req_t
impl Clone for group_req_t
sourcefn clone(&self) -> group_req_t
fn clone(&self) -> group_req_t
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
sourceimpl Debug for group_req_t
impl Debug for group_req_t
sourceimpl Default for group_req_t
impl Default for group_req_t
sourcefn default() -> group_req_t
fn default() -> group_req_t
Returns the “default value” for a type. Read more
impl Copy for group_req_t
Auto Trait Implementations
impl RefUnwindSafe for group_req_t
impl Send for group_req_t
impl Sync for group_req_t
impl Unpin for group_req_t
impl UnwindSafe for group_req_t
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more