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 more