Struct openssl_sys::sockaddr_vm
source · pub struct sockaddr_vm {
pub svm_family: u16,
pub svm_reserved1: u16,
pub svm_port: u32,
pub svm_cid: u32,
pub svm_zero: [u8; 4],
}
Fields§
§svm_family: u16
§svm_reserved1: u16
§svm_port: u32
§svm_cid: u32
§svm_zero: [u8; 4]
Trait Implementations§
source§impl Clone for sockaddr_vm
impl Clone for sockaddr_vm
source§fn clone(&self) -> sockaddr_vm
fn clone(&self) -> sockaddr_vm
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 moresource§impl Debug for sockaddr_vm
impl Debug for sockaddr_vm
source§impl Hash for sockaddr_vm
impl Hash for sockaddr_vm
source§impl PartialEq<sockaddr_vm> for sockaddr_vm
impl PartialEq<sockaddr_vm> for sockaddr_vm
source§fn eq(&self, other: &sockaddr_vm) -> bool
fn eq(&self, other: &sockaddr_vm) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.