Struct libyang2_sys::group_req [−][src]
#[repr(C)]pub struct group_req {
pub gr_interface: u32,
pub gr_group: sockaddr_storage,
}Fields
gr_interface: u32gr_group: sockaddr_storageTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for group_req
impl UnwindSafe for group_req
Blanket Implementations
Mutably borrows from an owned value. Read more