Home
last modified time | relevance | path

Searched defs:VsockAddr (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs2873 pub struct VsockAddr(pub(in super::super) sockaddr_vm); struct
2875 impl private::SockaddrLikePriv for VsockAddr {} implementation
2876 impl SockaddrLike for VsockAddr { implementation
2896 impl AsRef<libc::sockaddr_vm> for VsockAddr { implementation
2902 impl PartialEq for VsockAddr { implementation
2910 impl Eq for VsockAddr {} implementation
2912 impl Hash for VsockAddr { implementation
2923 impl VsockAddr { impl
2925 pub fn new(cid: u32, port: u32) -> VsockAddr { in new()
2945 impl fmt::Display for VsockAddr { implementation
[all …]