Struct ndk_sys::sockaddr_storage__bindgen_ty_1__bindgen_ty_1 [−][src]
#[repr(C)]pub struct sockaddr_storage__bindgen_ty_1__bindgen_ty_1 {
pub ss_family: sa_family_t,
pub __data: [c_char; 126],
}
Fields
ss_family: sa_family_t
__data: [c_char; 126]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more