Struct libc::__c_anonymous_sockaddr_can_tp
source · #[repr(C)]pub struct __c_anonymous_sockaddr_can_tp {
pub rx_id: canid_t,
pub tx_id: canid_t,
}
Fields§
§rx_id: canid_t
§tx_id: canid_t
Trait Implementations§
source§impl Clone for __c_anonymous_sockaddr_can_tp
impl Clone for __c_anonymous_sockaddr_can_tp
source§fn clone(&self) -> __c_anonymous_sockaddr_can_tp
fn clone(&self) -> __c_anonymous_sockaddr_can_tp
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 Hash for __c_anonymous_sockaddr_can_tp
impl Hash for __c_anonymous_sockaddr_can_tp
source§impl PartialEq<__c_anonymous_sockaddr_can_tp> for __c_anonymous_sockaddr_can_tp
impl PartialEq<__c_anonymous_sockaddr_can_tp> for __c_anonymous_sockaddr_can_tp
source§fn eq(&self, other: &__c_anonymous_sockaddr_can_tp) -> bool
fn eq(&self, other: &__c_anonymous_sockaddr_can_tp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.