Union pgrx_pg_sys::in6_addr__bindgen_ty_1
source · #[repr(C)]
pub union in6_addr__bindgen_ty_1 {
pub __u6_addr8: [u8; 16],
pub __u6_addr16: [u16; 8],
pub __u6_addr32: [u32; 4],
}
Fields§
§__u6_addr8:[u8; 16]
§
__u6_addr16:[u16; 8]
§
__u6_addr32:[u32; 4]
Trait Implementations§
source§impl Clone for in6_addr__bindgen_ty_1
impl Clone for in6_addr__bindgen_ty_1
source§fn clone(&self) -> in6_addr__bindgen_ty_1
fn clone(&self) -> in6_addr__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more