#[repr(C)]pub struct sockaddr_can__bindgen_ty_1__bindgen_ty_2 {
pub name: __u64,
pub pgn: __u32,
pub addr: __u8,
}Fields§
§name: __u64§pgn: __u32§addr: __u8Auto Trait Implementations§
impl Freeze for sockaddr_can__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for sockaddr_can__bindgen_ty_1__bindgen_ty_2
impl Send for sockaddr_can__bindgen_ty_1__bindgen_ty_2
impl Sync for sockaddr_can__bindgen_ty_1__bindgen_ty_2
impl Unpin for sockaddr_can__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for sockaddr_can__bindgen_ty_1__bindgen_ty_2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more