Struct pcan_basic_sys::tagTPCANMsg [] [src]

#[repr(C)]
pub struct tagTPCANMsg { pub ID: u32, pub MSGTYPE: u8, pub LEN: u8, pub DATA: [u8; 8], }

Fields

Trait Implementations

impl Debug for tagTPCANMsg
[src]

Formats the value using the given formatter.

impl Copy for tagTPCANMsg
[src]

impl Clone for tagTPCANMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more