Struct enet_sys::group_req [] [src]

#[repr(C)]
pub struct group_req { pub gr_interface: u32, pub gr_group: sockaddr_storage, }

Fields

Trait Implementations

impl Copy for group_req
[src]

impl Clone for group_req
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for group_req

impl Sync for group_req