Struct libc::sockaddr_can
#[repr(C)]
pub struct sockaddr_can {
pub can_family: ::sa_family_t,
pub can_ifindex: ::c_int,
pub can_addr: __c_anonymous_sockaddr_can_can_addr,
}
Fields
pub can_family: ::sa_family_t
pub can_ifindex: ::c_int
pub can_addr: __c_anonymous_sockaddr_can_can_addr
Trait Implementations
impl Clone for sockaddr_can
fn clone(&Self) -> sockaddr_can
impl Copy for sockaddr_can
Auto Trait Implementations
impl RefUnwindSafe for sockaddr_can
impl Send for sockaddr_can
impl Sync for sockaddr_can
impl Unpin for sockaddr_can
impl UnwindSafe for sockaddr_can
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T